
CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
97
Description:
This is the command-begin packet.
RFID_PACKETMSG_COMMAND_END_T
Prototype:
public struct RFID_PACKETMSG_COMMAND_END_T {
public RFID_PACKETMSG_COMMON_T cmn;
public UInt32 ms_ctr; // Current millisecond counter
public UInt32 status; // Command status indicator
};
Fields:
cmn:
The command context.
ms_ctr: Current millisecond counter.
Description:
This is the command-end packet.
RFID_PACKETMSG_ANTENNA_CYCLE_BEGIN_T
Prototype:
public struct RFID_PACKETMSG_ANTENNA_CYCLE_BEGIN_T {
public RFID_PACKETMSG_COMMON_T cmn;
// No other packet specific fields
};
Fields:
cmn:
The command context.
Description:
This is the antenna-cycle-begin packet.
RFID_PACKETMSG_ANTENNA_CYCLE_END_T
Prototype:
public struct RFID_PACKETMSG_ANTENNA_CYCLE_END_T {
public RFID_PACKETMSG_COMMON_T cmn;
// No other packet specific fields
};
Fields:
cmn:
The command context.
Description:
This is the antenna-cycle-begin packet..