CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
83
Fields:
[out/in] mode: continuous or non-continuous.
Description:
This is the data structure for
f_RfidDev_RadioGetOperationMode /
f_RfidDev_RadioSetOperationMode operation.
RFID_RadioGetSetPowerState_T
Prototype:
public struct RFID_RadioGetSetPowerState_T{
public RFID_RADIO_HANDLE
handle;
public RFID_RADIO_POWER_STATE state;
public HRESULT_RFID_STATUS
status;
};
Fields:
[out/in] state: power on/off state.
Description:
This is the data structure for
f_RfidDev_RadioGetPowerState /
f_RfidDev_RadioSetPowerState operation.
RFID_RadioGetSetCurrentLinkProfile_T
Prototype:
public struct RFID_RadioGetSetCurrentLinkProfile_T{
public RFID_RADIO_HANDLE handle;
public UInt32 profile;
public HRESULT_RFID_STATUS status;
};
Fields:
[out/in] profile: profile 0--5 .
Description:
This is the data structure for
f_RfidDev_RadioGetCurrentLinkProfile /
f_RfidDev_RadioSetCurrentLinkProfile operation.
RFID_RadioGetLinkProfile_T
Prototype: