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