
CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
81
Description:
This is the data structure for f_RfidDev_Startup operation.
RFID_Shutdown_T
Prototype:
public struct RFID_Shutdown_T{
public HRESULT_RFID_STATUS status;
};
Fields:
--
Description:
This is the data structure for f_RfidDev_Shutdown operation.
RFID_RetrieveAttachedRadiosList_T
Prototype:
public struct RFID_RetrieveAttachedRadiosList_T{
public RFID_RADIO_ENUM_T radio_enum;
public UInt32 flags;
public HRESULT_RFID_STATUS status;
};
Fields:
[in] radio_enum:
enum of radio object.
[in]
flags:
0.
reserved.
Description:
This is the data structure for f_RfidDev_RetrieveAttachedRadiosList operation.
CS101 only has a single radio object for RFID_RADIO_ENUM, array of objects is not required.
RFID_RadioOpen_T
Prototype:
public struct RFID_RadioOpen_T{
public UInt32
cookie;
public RFID_RADIO_HANDLE handle; //[out]
public UInt32
flags;
public HRESULT_RFID_STATUS
status;
};
Fields:
[in] cookie: cookie in radio_enum above.
[out] handle: the rfid_handle to be returned.