
CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
92
public RFID_RADIO_HANDLE handle;
public RFID_VERSION version;
public HRESULT_RFID_STATUS status;
};
Fields:
[out] version: Rfid MAC version.
Description:
This is the data structure for f_RfidDev_MacGetVersion operation.
RFID_MacReadWriteOemData_T
Prototype:
public struct RFID_MacReadWriteOemData_T {
public RFID_RADIO_HANDLE handle;
public UInt32 address;
public UInt32 count;
public UIntPtr pData; //UI32* ptr to an BYTE-array[count*4+1]
public HRESULT_RFID_STATUS status;
};
Fields:
To Be Designed.
Description:
This is the data structure for
f_RfidDev_MacReadOemData /
f_RfidDev_MacWriteOemData operation.
RFID_MacReset_T
Prototype:
public struct RFID_MacReset_T {
public RFID_RADIO_HANDLE handle;
public RFID_MAC_RESET_TYPE resetType; //
public HRESULT_RFID_STATUS status;
};
Fields:
[in] resetType: soft_reset.
Description:
This is the data structure for f_RfidDev_MacReset operation.
RFID_MacClearError_T