
CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
80
Prototype:
public enum RFID_Startup_EMULATION_FLAG{
RFID_FLAG_LIBRARY_EMULATION = 0x00000001
};
Description:
This is the flag for the RFID_Startup function.
User can set to system emulation mode during RfidStartup.
RFID_RadioOpen_EMULATION_FLAG
Prototype:
public enum RFID_RadioOpen_EMULATION_FLAG{
RFID_FLAG_MAC_EMULATION = 0x00000001
};
Description:
This is the flag for the RFID_RadioOpen function.
In system emulation mode, user can set to MAC emulation mode while calling RadioOpen .
RFID_18K6CTag_FLAG
Prototype:
public enum RFID_18K6CTag_FLAG{
RFID_FLAG_PERFORM_SELECT = 0x00000001,
RFID_FLAG_PERFORM_POST_MATCH = 0x00000002
};
Description:
This is the flag for the RFID_18K6CTag* functions.
Structures:
RFID_Startup_T
Prototype:
public struct RFID_Startup_T{
public RFID_VERSION
LibraryVersion; //[out] RFID_VERSION*
public UInt32
flags;
public HRESULT_RFID_STATUS status; //[ret]
};
Fields:
[out] LibraryVersion:
[in] flags:
emulation mode or live.