-
12.7.16 RFID_POST_SINGULATION
Description:
The structure of post-singulation matches criteria.
Define:
typedef struct RFID_POST_SINGULATION_TAG {
INT32U offset;
INT32U count;
INT8U mask[RFID_18K6C_SINGULATION_MASK_BYTE_LEN];
BOOL32 match;
}RFID_POST_SINGULATION;
Fields:
offset –
offset in bits, from the start of the EPC.
count
–The number of bits in the mask.Alength of zero causes all EPC to match. If
( count) falls beyond the end of the mask, the tag is considered non-
matching.(valid values are 0 to 396).
mask[RFID_18K6C_SINGULATION_MASK_BYTE_LEN]
– the bit pattern to
match.(hex chars).
match
– Determines if the associated tag operation will be applied to tags that match
the maskor not.