20 Iso15693_3PollerEventTypeError,
21 Iso15693_3PollerEventTypeReady,
22} Iso15693_3PollerEventType;
37 Iso15693_3PollerEventType
type;
55Iso15693_3Error iso15693_3_poller_send_frame(
84Iso15693_3Error iso15693_3_poller_inventory(
Iso15693_3Poller* instance, uint8_t* uid);
109Iso15693_3Error iso15693_3_poller_read_block(
112 uint8_t block_number,
126Iso15693_3Error iso15693_3_poller_read_blocks(
129 uint16_t block_count,
142Iso15693_3Error iso15693_3_poller_get_blocks_security(
145 uint16_t block_count);
NFC card reading library.
Definition bit_buffer.c:7
Definition iso15693_3.h:117
Iso15693_3 poller event structure.
Definition iso15693_3_poller.h:36
Iso15693_3PollerEventData * data
Pointer to event specific data.
Definition iso15693_3_poller.h:38
Iso15693_3PollerEventType type
Type of emmitted event.
Definition iso15693_3_poller.h:37
Definition iso15693_3_poller_i.h:22
Definition iso15693_3.h:99
Iso15693_3 poller event data.
Definition iso15693_3_poller.h:27
Iso15693_3Error error
Error code indicating card activation fail reason.
Definition iso15693_3_poller.h:28