
CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
91
[in] lockParms: PARMS
[in] flags: 0 | RFID_FLAG_PERFORM_SELECT |& RFID_FLAG_PERFORM_POST_MATCH
Description:
This is the data structure for f_RfidDev_18K6CTagLock operation.
RFID_RadioGetSetResponseDataMode_T
Prototype:
public struct RFID_RadioGetSetResponseDataMode_T {
public RFID_RADIO_HANDLE handle;
public UInt32 responseType; //RFID_RESPONSE_TYPE
public UInt32 responseMode; //[in] |[out] RFID_RESPONSE_MODE
public HRESULT_RFID_STATUS status;
};
Fields:
[in] responseType: currently always RFID_RESPONSE_TYPE_DATA (0xffffffff)
[out,in] responseMode:
Compact
, Normal(default), extended.
Description:
This is the data structure for
f_RfidDev_RadioGetResponseDataMode /
f_RfidDev_RadioSetResponseDataMode operation.
RFID_MacUpdateFirmware_T
Prototype:
public struct RFID_MacUpdateFirmware_T {
public RFID_RADIO_HANDLE handle;
public UInt32 length;
public UIntPtr pImage; //const INT8U*
public UInt32 flags;
public HRESULT_RFID_STATUS status;
};
Fields:
To Be Designed .
Description:
This is the data structure for f_RfidDev_MacUpdateFirmware operation.
RFID_MacGetVersion_T
Prototype:
public struct RFID_MacGetVersion_T {