User's Manual

CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
94
f_RfidDev_MacGetRegion /
f_RfidDev_MacSetRegion operation.
RFID_RadioSetGpioPinsConfiguration_T
Prototype:
public struct RFID_RadioSetGpioPinsConfiguration_T {
public RFID_RADIO_HANDLE handle;
public UInt32 mask;
public UInt32 configuration;
public HRESULT_RFID_STATUS status;
};
Fields:
[in] mask: bit mask of GPIO’s Ids.
[in] configuration: GPIO In or Out.
Description:
This is the data structure for f_RfidDev_RadioSetGpioPinsConfiguration operation.
RFID_RadioGetGpioPinsConfiguration_T
Prototype:
public struct RFID_RadioGetGpioPinsConfiguration_T {
public RFID_RADIO_HANDLE handle;
public UInt32 configuration;
public HRESULT_RFID_STATUS status;
};
Fields:
configuration: bit masked status of the 32 GPIOs (as Input or Output pin).
Description:
This is the data structure for f_RfidDev_RadioGetGpioPinsConfiguration operation.
RFID_RadioReadWriteGpioPins_T
Prototype:
public struct RFID_RadioReadWriteGpioPins_T {
public RFID_RADIO_HANDLE handle;
public UInt32 mask;
public UInt32 value;
public HRESULT_RFID_STATUS status;
};