mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-27 04:06:38 +00:00
pn53x_target_init() now takes care of Historical Bytes
This commit is contained in:
@@ -107,6 +107,7 @@ extern "C" {
|
||||
/* Misc. functions */
|
||||
NFC_EXPORT void iso14443a_crc (byte_t * pbtData, size_t szLen, byte_t * pbtCrc);
|
||||
NFC_EXPORT void append_iso14443a_crc (byte_t * pbtData, size_t szLen);
|
||||
NFC_EXPORT byte_t * iso14443a_extract_historical_bytes (byte_t * pbtAts, size_t szAts, size_t * pszHB);
|
||||
NFC_EXPORT const char *nfc_version (void);
|
||||
|
||||
/* Common device-level errors */
|
||||
|
||||
Reference in New Issue
Block a user