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
103
Prototype:
public struct RFID_RADIO_ENUM_T {
public UInt32 length;
public UInt32 totalLength;
public UInt32 countRadios;
public RFID_RADIO_INFO _RadioInfo;
};
Fields:
length: The length of the structure in bytes (= sizeof(RFID_RADIO_ENUM)).
totalLength: The total length, in bytes, of radio enumeration structure.
Application should fill in this with the length of the radio enumeration buffer.
countRadios: The number of radio objects that are attached to the system.
_RadioInfo: The RFID_RADIO_INFO structure.
Description:
This is used in the RetrieveAttachedRadiosList function.
The data that will be returned from a request to list the radios that are attached to the system
On CS101, a process should only able to get a single radio object.
RFID_RADIO_LINK_PROFILE_ISO18K6C_CONFIG
Prototype:
public struct RFID_RADIO_LINK_PROFILE_ISO18K6C_CONFIG {
public UInt32 length;
public RFID_18K6C_MODULATION_TYPE modulationType;
public UInt32 tari;
public RFID_18K6C_DATA_0_1_DIFFERENCE data01Difference;
public UInt32 pulseWidth;
public UInt32 rtCalibration;
public UInt32 trCalibration;
public RFID_18K6C_DIVIDE_RATIO divideRatio;
public RFID_18K6C_MILLER_NUMBER millerNumber;
public UInt32 trLinkFrequency;
public UInt32 varT2Delay;
public UInt32 rxDelay;
public UInt32 minT2Delay;
public UInt32 txPropagationDelay;
};
Fields:
length: The length of the structure in bytes.










