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
95
Fields:
[in] mask: bit mask of GPIOs to be affected.
[out,in] value: values
Description:
This is the data structure for
f_RfidDev_RadioReadGpioPins /
f_RfidDev_RadioWriteGpioPins operation.
RFID_RadioCancelOperation_T
Prototype:
public struct RFID_RadioCancelOperation_T {
public RFID_RADIO_HANDLE handle;
public UInt32 flags;
public HRESULT_RFID_STATUS status;
};
Fields:
[in] flags: unreferenced.
Description:
This is the data structure for f_RfidDev_RadioCancelOperation operation.
RFID_RadioAbortOperation_T
Prototype:
public struct RFID_RadioAbortOperation_T {
public RFID_RADIO_HANDLE handle;
public UInt32 flags;
public HRESULT_RFID_STATUS status;
};
Fields:
[in] flags: unreferenced.
Description:
This is the data structure for f_RfidDev_RadioAbortOperation operation.
RFID_RadioIssueCommand_T
Prototype:
public struct RFID_RFID_RadioIssueCommand_T {
public RFID_RADIO_HANDLE handle;
public UInt32 command; //e.g. 0x17
public HRESULT_RFID_STATUS status;










