
CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
87
[in] criteria:
criteria to set.
Description:
This is the data structure for f_RfidDev_18K6CSetPostMatchCriteria… operation.
RFID_18K6CGetPostMatchCriteria__T
Prototype:
public struct RFID_18K6CGetPostMatchCriteria__T{
public RFID_RADIO_HANDLE
handle;
public UInt32
countCriteria;
public RFID_18K6C_SINGULATION_CRITERIA criteria;
public HRESULT_RFID_STATUS
status;
};
Fields:
[in] countCriteria: criteria count.
[in] criteria:
criteria to get.
Description:
This is the data structure for f_RfidDev_18K6CGetPostMatchCriteria… operation.
RFID_18K6CGetSetQueryTagGroup_T
Prototype:
public struct RFID_18K6CGetSetQueryTagGroup_T{
public RFID_RADIO_HANDLE handle;
public RFID_18K6C_TAG_GROUP
group;
public HRESULT_RFID_STATUS
status;
};
Fields:
[out / in] Group:
the tag group for subsequent tag-protocol operations applied to it.
This is not NULL.
Description:
This is the data structure for f_RfidDev_18K6CGet(/Set)QueryTagGroup operation.
RFID_18K6CGetSetCurrentSingulationAlgorithm_T
Prototype:
public struct RFID_18K6CGetSetCurrentSingulationAlgorithm_T{
public RFID_RADIO_HANDLE
handle;
public RFID_18K6C_SINGULATION_ALGORITHM
algorithm;
public HRESULT_RFID_STATUS
status;
};