CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
84
public struct RFID_RadioGetLinkProfile_T{
public RFID_RADIO_HANDLE handle;
public UInt32 profile;
public RFID_RADIO_LINK_PROFILE linkProfileInfo; //[out]
public HRESULT_RFID_STATUS status;
};
Fields:
[in] profile:
profile 0-- 5.
[out/in] linkProfileInfo: link profile information.
Description:
This is the data structure for f_RfidDev_RadioGetLinkProfile operation.
RFID_RadioReadWriteLinkProfileRegister_T
Prototype:
public struct RFID_RadioReadWriteLinkProfileRegister_T{
public RFID_RADIO_HANDLE handle;
public UInt32 profile;
public UInt16 address;
public UInt16 value;
public HRESULT_RFID_STATUS status;
};
Fields:
[in] profile: profile id (0--5) for the link-profile register to be accessed.
[in] address: address of the register.
[out/in] value: content.
Description:
This is the data structure for f_RfidDev_RadioRead(/Write)LinkProfileRegister operation.
RFID_AntennaPortGetStatus_T
Prototype:
public struct RFID_AntennaPortGetStatus_T{
public RFID_RADIO_HANDLE
handle;
public UInt32
antennaPort;
public RFID_ANTENNA_PORT_STATUS portStatus; //[out]
public HRESULT_RFID_STATUS
status;
};
Fields: