CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
106
Prototype:
public struct RFID_ANTENNA_PORT_CONFIG {
public UInt32 length;
public UInt32 powerLevel;
public UInt32 dwellTime;
public UInt32 numberInventoryCycles;
public UInt32 physicalRxPort;
public UInt32 physicalTxPort;
public UInt32 antennaSenseThreshold;
};
Fields:
length: The length of the structure in bytes (=sizeof(RFID_ANTENNA_PORT_CONFIG)).
powerLevel: The power level for the logical antenna port physical transmit antenna.
This is specified in 0.1 (i.e., 1/10th) dBm.
dwellTime: The number of milliseconds to spend on this antenna port during a cycle.
Zero indicates that antenna usage will be controlled by the numberInventoryCycles field.
numberInventoryCycles: The number of inventory rounds to perform with this antenna port.
Zero indicates that the antenna usage will be controlled by the dwellTime field.
physicalRxPort: The physical receive antenna port associated with the logical antenna port (between 0
and 3).
physicalTxPort: The physical transmit antenna port associated with the logical antenna port (between 0
and 3).
antennaSenseThreshold: The measured resistance, specified in ohms, above which the antenna-sense
resistance should be considered to be an open circuit: .
Description:
This is the configuration parameters for a logical antenna port.
RFID_18K6C_SELECT_MASK
Prototype:
public unsafe struct RFID_18K6C_SELECT_MASK {
public RFID_18K6C_MEMORY_BANK bank;
public UInt32 offset;
public UInt32 count;
public fixed Byte mask[RfidSp.RFID_18K6C_SELECT_MASK_BYTE_LEN];
};
Fields:
bank: The memory bank to match against
offset: The offset of the first bit to match