
CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
114
Aug2007
public RFID_18K6C_SINGULATION_DYNAMICQ_THRESH_PARMS dynamicQThresh; ///
};
Fields:
singulationAlgorithm: enum of the singulation algorithm to use.
This value is a discriminator that determines the exact structure that pSingulationParms points to.
0 = fixedQ;
1 = dynamicQ
2 = dynamicQAdjust
3 = dynamicQThresh
fixedQ:
this contains the FixedQ singulation algorithm parameters.
dynamicQ: this contains the DynamicQ singulation algorithm parameters.
dynamicQAdjust: this contains the DynamicQ singulation algorithm parameters with adjust.
dynamicQThresh: this contains the DynamicQ singulation algorithm parameters with threshold.
Description:
This is the ISO 18000-6C tag singulation algorithm parameters.
RFID_18K6C_QUERY_PARMS
Prototype:
public struct RFID_18K6C_QUERY_PARMS{
public RFID_18K6C_TAG_GROUP
tagGroup;
public RFID_18K6C_SINGULATION_ALGORITHM_PARMS_T singulationParms;
};
Fields:
tagGroup:
tag group to be used.
singulationParms: parameters to be used.
Description:
This is for the query tag singulation algorithm parameters.
RFID_18K6C_INVENTORY_PARMS
Prototype:
public struct RFID_18K6C_INVENTORY_PARMS{
public UInt32 length; //= sizeof(RFID_18K6C_INVENTORY_PARMS);
public RFID_18K6C_COMMON_PARMS common;
};
Fields:
length: The length of the structure in bytes (=sizeof(RFID_18K6C_INVENTORY_PARMS)).
common: The ISO 18000-6C tag-protocol operation common parameters.