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
89
public RFID_RADIO_HANDLE handle;
public RFID_18K6C_QUERY_PARMS parms;
public HRESULT_RFID_STATUS status;
};
Fields:
[in] parms: structure obtaining the query parameters..
Description:
This is the data structure for f_RfidDev_18K6CGetQueryParameters operation.
RFID_18K6CTagInventory_T
Prototype:
public struct RFID_18K6CTagInventory_T{
public RFID_RADIO_HANDLE handle;
public RFID_18K6C_INVENTORY_PARMS invenParms; //[in] const*
public UInt32 flags;
public HRESULT_RFID_STATUS status;
};
Fields:
[in] invenParms: INVENTORY_PARMS
[in] flags: . 0 | RFID_FLAG_PERFORM_SELECT |&
RFID_FLAG_PERFORM_POST_MATCH
Description:
This is the data structure for f_RfidDev_18K6CTagInventory operation.
RFID_18K6CTagRead_T
Prototype:
public struct RFID_18K6CTagRead_T{
public RFID_RADIO_HANDLE handle;
public RFID_18K6C_READ_PARMS readParms; //[in] const*
public UInt32 flags;
public HRESULT_RFID_STATUS status;
};
Fields:
[in] readParms: READ_PARMS
[in] flags: 0 | RFID_FLAG_PERFORM_SELECT |& RFID_FLAG_PERFORM_POST_MATCH
Description:
This is the data structure for f_RfidDev_18K6CTagRead operation.