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
101
Description:
This is the ISO 18000-6C inventory packet.
It is Obsolete to the App, since RfidMw sends AddTag messages to App instead.
RFID_PACKETMSG_NONCRITICAL_FAULT_T
Prototype:
public struct RFID_PACKETMSG_NONCRITICAL_FAULT_T {
public RFID_PACKETMSG_COMMON_T cmn;
public UInt32 ms_ctr; // Current millisecond counter
public UInt16 fault_type; // Fault type
public UInt16 fault_subtype; // Fault subtype
public UInt32 context; // Context specific data for fault
};
Fields:
cmn: The command context.
ms_ctr: Current millisecond counter.
fault_type: Fault type.
fault_subtype: Fault subtype.
context: Context specific data for fault.
Description:
This is the non-critical-fault packet.
RFID_PACKETMSG_CARRIER_INFO_T
Prototype:
public struct RFID_PACKETMSG_CARRIER_INFO_T {
public RFID_PACKETMSG_COMMON_T cmn;
public UInt32 ms_ctr; // Current millisecond counter
public UInt32 plldivmult; // current plldivmult setting
public UInt16 chan; // channel
public UInt16 cw_flags; // carrier flags
};
Fields:
cmn: The command context.
ms_ctr: Current millisecond counter.
plldivmult: Current plldivmult setting.
chan: Channel number.
cw_flags: Carrier flags.
Description: