Retrieve the file descriptor that connects to the NFC system.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_get_fd(nfc_channel_type_t type, int *fd)
BlackBerry 10.0.0
This function retrieves the file descriptor that connects to a specific NFC system channel. Applications communicate with the NFC system via the file descriptor. Applications must not close file descriptors manually; instead, nfc_disconnect() must be used.