User's Manual
CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
107
count: The number of bits in the mask
mask[RFID_18K6C_SELECT_MASK_BYTE_LEN]: The bit pattern to match.
Description:
This is the select mask for partitioning a tag population.
RFID_18K6C_SELECT_ACTION
Prototype:
public struct RFID_18K6C_SELECT_ACTION {
public RFID_18K6C_TARGET target;
public RFID_18K6C_ACTION action;
public UInt32 enableTruncate; //BOOL32
};
Fields:
target: The target affected by the action.
action: The actions to be performed on the tag populations (i.e., matching and non-matching.)
enableTruncate: truncate EPC when the tag is singulated.
A non-zero value requestes that the EPC is truncated.
A zero value requests the entire EPC.
Description:
This is the matching and non-matching action to take when a selection mask matches/doesn't match
RFID_18K6C_SELECT_CRITERION
Prototype:
public struct RFID_18K6C_SELECT_CRITERION {
public RFID_18K6C_SELECT_MASK mask;
public RFID_18K6C_SELECT_ACTION action;
};
Fields:
mask: The selection mask to test for RFID_18K6C_SELECT_MASK.
action: The actions to perform: .
Description:
This is the single selection criterion, as a combination of selection mask and action.
RFID_18K6C_SINGULATION_MASK
Prototype:
public unsafe struct RFID_18K6C_SINGULATION_MASK {
public UInt32 offset;










