New internal API function: pn53x_target_init().

This commit is contained in:
Romain Tartiere 2010-08-24 10:17:38 +00:00
parent 7f698431b7
commit 92a6789013
3 changed files with 58 additions and 52 deletions

View file

@ -103,6 +103,7 @@ bool pn53x_transceive_bytes(nfc_device_t* pnd, const byte_t* pbtTx, const size_t
bool pn53x_target_receive_dep_bytes(nfc_device_t* pnd, byte_t* pbtRx, size_t* pszRxLen);
bool pn53x_target_send_dep_bytes(nfc_device_t* pnd, const byte_t* pbtTx, const size_t szTxLen);
bool pn53x_target_init(nfc_device_t* pnd, byte_t* pbtRx, size_t* pszRxBits);
const char *pn53x_strerror (const nfc_device_t *pnd);