
CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
102
This contains info related to the transmitted carrier.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
( The following RfidSp’ structures are used by the structures above, see RfidSp_enums.cs )
RFID_VERSION
Prototype:
public struct RFID_VERSION {
public UInt32 major;
public UInt32 minor;
public UInt32 patch;
};
Fields:
major: The major version (i.e, in 1.x.x, the 1)
minor: The minor version (i.e., in x.1.x, the 1)
patch: The patch level (i.e., in x.x.1, the 1)
Description:
This represents the version information for components in the system.
RFID_RADIO_INFO
Prototype:
public struct RFID_RADIO_INFO {
public UInt32
length;
public RFID_VERSION driverVersion;
public UInt32
cookie;
public UInt32
idLength;
public IntPtr pUniqueId;
};
Fields:
length: The length of the structure in bytes (=sizeof(RFID_RADIO_INFO)).
driverVersion: The version information for the radio's bus driver.
cookie:
The unique cookie for the radio.
This cookie is passed to RFID_RadioOpen() when the application wishes to take control of the radio.
pUniqueId: A pointer to a byte array (ansi string) that contain the radio module's unique ID (=serial
number).
Description:
This is used to represent the information for the attached radio.
RFID_RADIO_ENUM_T