CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
96
};
Fields:
[in] flags: unreferenced.
Description:
This is the data structure for f_RfidDev_RadioAbortOperation operation.
Note: {RFID_PACKET_CALLBACK_FUNCTION Callback; void* context; INT32S* pCallbackCode;}
is handled in rfid lib.
RFID_PACKETMSG_COMMON_T
Prototype:
public struct RFID_PACKETMSG_COMMON_T {
public Byte pkt_ver;
//INT8U Packet specific version number
public Byte flags;
// Packet specific flags
public UInt16 pkt_type; // Packet
type
identifier
public UInt16 pkt_len;
// Packet length preamble: number of 32-bit words that follow the
common
public UInt16 res0; // Reserved for future use
};
Fields:
pkt_ver: Packet specific version number
flags: Packet specific flags
pkt_type: Packet type identifier
pkt_len: Packet length preamble: number of 32-bit words that follow the common
res0: Reserved for future use
Description:
This is the common packet preamble that contains fields that are common to all packets.
RFID_PACKETMSG_COMMAND_BEGIN_T
Prototype:
public struct RFID_PACKETMSG_COMMAND_BEGIN_T {
public RFID_PACKETMSG_COMMON_T cmn;
public UInt32 command;
public UInt32 ms_ctr;
};
Fields:
cmn:
The command context
command: The command for which the packet sequence is in response to
ms_ctr: Current millisecond counter.