CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
82
[in] flags: MAC emulation mode or live.
Description:
This is the data structure for f_RfidDev_RadioOpen operation.
RFID_RadioClose_T
Prototype:
public struct RFID_RadioClose_T{
public RFID_RADIO_HANDLE handle;
public HRESULT_RFID_STATUS status;
};
Fields:
--
Description:
This is the data structure for f_RfidDev_RadioClose operation.
RFID_RadioGetSetConfigurationParameter_T
Prototype:
public struct RFID_RadioGetSetConfigurationParameter_T{
public RFID_RADIO_HANDLE handle;
public UInt16
parameter;
public UInt32
value; //[out/in]
public HRESULT_RFID_STATUS status;
};
Fields:
[in] parameter: The parameter address to set.
[out/in] value: The value content to get/set.
Description:
This is the data structure for
f_RfidDev_RadioGetConfigurationParameter /
f_RfidDev_RadioSetConfigurationParameter operation.
RFID_RadioGetSetOperationMode_T
Prototype:
public struct RFID_RadioGetSetOperationMode_T{
public RFID_RADIO_HANDLE
handle;
public RFID_RADIO_OPERATION_MODE mode;
public HRESULT_RFID_STATUS status;
};