
CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
120
public ushort m_Rssi; //22-23 ini 0x0000
public ushort m_AntCtrl; //24-25 ini 0x0000
}; ///26B
Fields:
m_seqnum: time-sequence number, local to RfidMw internal use only
m_Pc:
PC
m_Epc:
EPC
m_Crc:
optionally filled CRC, initialize 0x0000
m_Cnt:
Count
m_Flg: currently, the valid states are:
0(00):exist
2(10):exist,Cnt_chg
3(11):new,Cnt_chg
m_Rssi: unnormalized RSSI value
m_AntCtrl: unnormalized
Antenna
Control values, initialize as 0x0000
Description:
This PEC (PC-EPC-CRC & inventory data) record is used in the middleware data list.
C# App communicates (find, read, write) with RfidMw using this PEC record format.
Function Definitions:
f_RfidSpDll_Initialize
Prototype:
public static extern HRESULT_RFID f_RfidSpDll_Initialize(
IntPtr hWnd );
Parameters: (Inputs/ Outputs/ ReturnValue)
[in] IntPtr hWnd: handle of the Message Window of the C# Application.
Message:
None.
Description:
This initializes the RfidSp.
e.g. Create C++ threads.
f_RfidSpDll_Uninitialize
Prototype:
public static extern HRESULT_RFID f_RfidSpDll_Uninitialize();
Parameters: