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
88
Fields:
[out/ in] Algorithm: enum of the Q type of interest.
0 = fixedQ;
1 = dynamicQ
2 = dynamicQAdjust
3 = dynamicQThresh;
Description:
This is the data structure for f_RfidDev_18K6CGet(/Set)CurrentSingulationAlgorithm operation.
RFID_18K6CGetSetSingulationAlgorithmParameters_T
Prototype:
public struct RFID_18K6CGetSetSingulationAlgorithmParameters_T{
public RFID_RADIO_HANDLE handle;
public RFID_18K6C_SINGULATION_ALGORITHM_PARMS_T singulationParms;
public HRESULT_RFID_STATUS status;
};
Fields:
[in] parms: singulation algorithm parameters
Description:
This is the data structure for f_RfidDev_18K6CGet(/Set)SingulationAlgorithmParameters operation.
RFID_18K6CSetQueryParameters_T
Prototype:
public struct RFID_18K6CSetQueryParameters_T{
public RFID_RADIO_HANDLE handle;
public RFID_18K6C_QUERY_PARMS parms; //[in] const*
public UInt32 flags;
public HRESULT_RFID_STATUS status;
};
Fields:
[in] parms: structure containing the query parameters..
[in] flags: flags.
Description:
This is the data structure for f_RfidDev_18K6CSetQueryParameters operation.
RFID_18K6CGetQueryParameters_T
Prototype:
public struct RFID_18K6CGetQueryParameters_T{