#include <tmr_iso180006b.h>
Public Attributes | |
uint8_t | address |
uint8_t | data [8] |
bool | invert |
uint8_t | mask |
TMR_ISO180006B_SelectOp | op |
A single selection operation in the ISO18000-6B protocol.
Definition at line 54 of file tmr_iso180006b.h.
uint8_t TMR_ISO180006B_Select::address |
The address of the tag memory to compare to the provided data.
Definition at line 61 of file tmr_iso180006b.h.
uint8_t TMR_ISO180006B_Select::data[8] |
The data to compare. Exactly eight bytes.
Definition at line 65 of file tmr_iso180006b.h.
Whether to invert the selection (deselect tags that meet the comparison).
Definition at line 57 of file tmr_iso180006b.h.
uint8_t TMR_ISO180006B_Select::mask |
Bitmask of which of the eight provided data bytes to compare to the tag memory.
Definition at line 63 of file tmr_iso180006b.h.
The operation to use to compare the tag data to the provided data.
Definition at line 59 of file tmr_iso180006b.h.