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
119
This is a structure used by RfidMw_Cmd_T.
RfidMw_Cmd_T
Prototype:
Fields:
: .
Description:
This is the Cmd structure to be used
in the further.
UINT96_T
Prototype:
public struct UINT96_T{
public UInt32 m_MSB;
public UInt32 m_CSB;
public UInt32 m_LSB;
};
Fields:
m_MSB: most significant QWord.
m_CSB: center significant QWord.
m_LSB: least significant QWord.
Description:
This is a structure used by PECRECORD_T.
e.g. if the 96 bits Gen2 EPC contains 0x30101234 56789012 12345678
then m_MSB = 0x30101234;
m_CSB = 0x56789012;
m_LSB = 0x12345678;
PECRECORD_T
Prototype:
public struct PECRECORD_T{
public ushort m_seqnum; //Byte 0- 1 local time-sequence
public ushort m_Pc; // 2- 3
public UINT96_T m_Epc; // 4-15
public ushort m_Crc; //16-17 optional ini 0x0000
public ushort m_Cnt; //20-21 ini from Db
public ushort m_Flg; //valid states 0(00):exist 2(10):exist,Cnt_chg 3(11):new,Cnt_chg










