mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-03 22:31:50 +00:00
Add new supported device: ASK / LoGO. (Thanks to ASK for sending one sample of this device)
This commit is contained in:
@@ -133,6 +133,8 @@ struct driver_callbacks {
|
||||
bool (*list_devices) (nfc_device_desc_t pnddDevices[], size_t szDevices, size_t * pszDeviceFound);
|
||||
/** Connect callback */
|
||||
nfc_device_t *(*connect) (const nfc_device_desc_t * pndd);
|
||||
/** Init callback */
|
||||
void (*init) (nfc_device_t * pnd);
|
||||
/** Transceive callback */
|
||||
bool (*transceive) (nfc_device_t * pnd, const byte_t * pbtTx, const size_t szTx, byte_t * pbtRx, size_t * pszRx);
|
||||
/** Disconnect callback */
|
||||
|
||||
Reference in New Issue
Block a user