CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
93
Prototype:
public struct RFID_MacClearError_T {
public RFID_RADIO_HANDLE handle;
public HRESULT_RFID_STATUS status;
};
Fields:
-- .
Description:
This is the data structure for f_RfidDev_MacClearError operation.
RFID_MacBypassReadWriteRegister_T
Prototype:
public struct RFID_MacBypassReadWriteRegister_T{
public RFID_RADIO_HANDLE handle;
public UInt16 address;
public UInt16 value;
public HRESULT_RFID_STATUS status;
};
Fields:
[in] address: UINT16 register address.
[out,in] value: UINT32 value.
Description:
This is the data structure for
f_RfidDev_MacBypassReadRegister /
f_RfidDev_MacBypassWriteRegister operation.
RFID_MacGetSetRegion_T
Prototype:
public struct RFID_MacGetSetRegion_T {
public RFID_RADIO_HANDLE handle;
public UInt32 region; //RFID_MAC_REGION
public IntPtr pRegionConfig; //void*
public HRESULT_RFID_STATUS status;
};
Fields:
To Be Designed.
Description:
This is the data structure for