
CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
98
RFID_PACKETMSG_ANTENNA_BEGIN_T
Prototype:
public struct RFID_PACKETMSG_ANTENNA_BEGIN_T {
public RFID_PACKETMSG_COMMON_T cmn; // The logical antenna ID
public UInt32
antenna;
};
Fields:
cmn:
The command context.
antenna: The antenna id .
Description:
This is the antenna-begin packet.
RFID_PACKETMSG_ANTENNA_END_T
Prototype:
public struct RFID_PACKETMSG_ANTENNA_END_T {
public RFID_PACKETMSG_COMMON_T cmn; // No other packet specific fields
};
Fields:
cmn:
The command context.
Description:
This is the antenna-end packet.
RFID_PACKETMSG_INVENTORY_CYCLE_BEGIN_T
Prototype:
public struct RFID_PACKETMSG_INVENTORY_CYCLE_BEGIN_T {
public RFID_PACKETMSG_COMMON_T cmn;
public UInt32
ms_ctr;.
}
Fields:
cmn:
The command context.
ms_ctr: Current millisecond counter.
Description:
This is the inventory-cycle-begin packet.
RFID_PACKETMSG_INVENTORY_CYCLE_END_T
Prototype:
public struct RFID_PACKETMSG_INVENTORY_CYCLE_END_T {
public RFID_PACKETMSG_COMMON_T cmn;