49#define ISO7816_RX_BUFFER_SIZE 256
56typedef void (*nfc_tech_iso7816_disconnected_cb)(
nfc_tech_iso7816_t *pIso7816,
void *pUserData);
74 nfc_tech_iso7816_disconnected_cb disconnectedCb;
87 uint8_t rxBuf[ISO7816_RX_BUFFER_SIZE];
99 return &pIso7816->cApdu;
104 return &pIso7816->rApdu;
int nfc_err_t
Type for NFC errors.