Writes data to an LLCP connection.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_llcp_write(nfc_target_t *llcpConnection, uchar_t *buffer, size_t bufferLength)
BlackBerry 10.0.0
The LLCP connection target.
The pointer to the buffer to write.
The buffer size.
This function writes data to an LLCP connection asynchronously. The result of the write operation will be returned in a separate NFC LLCP event.