Write a command to one of the following connections: ISO 14443, ISO 15693, or ISO 18092.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_tag_transceive(const nfc_target_t *tag, nfc_tag_type_t type, const uchar_t *command, size_t command_length, uchar_t *response, size_t max_response_length, size_t *response_length)
BlackBerry 10.0.0
The tag returned from the nfc_get_target() function.
A pointer to the buffer holding the command to be sent.
The length of the command buffer.
A pointer to a preallocated response buffer.
The length of the preallocated response buffer. The maximum length cannot be larger than the size of NFC_TRANSCEIVE_RESPONSE_MAX_BUFFER_LENGTH.
The length of the response copied into the response buffer.
This function writes a command to one of the following connections: ISO 14443, ISO 15693, or ISO 18092.