nfc_se_channel_is_closed()

Determine if the specified channel is closed.

Synopsis:

#include <nfc/nfc_se_access.h>
 
NFC_API nfc_result_t nfc_se_channel_is_closed(uint32_t hSEChannel, bool *pIsClosed)

Since:

BlackBerry 10.0.0

Arguments:

hSEChannel

The handle to the channel of interest.

pIsClosed

false if the handle refers to an open channel true otherwise. This value is valid only when this function returns NFC_RESULT_SUCCESS.

Library:

libnfc (For the qcc command, use the -l nfc option to link against this library)

Description:

Returns:

NFC_RESULT_SUCCESS if the platform is able to determine if the specified channel is closed; or one of the following values is returned: