CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
66
E_RFID_ERROR_NOT_INITIALIZED = 0x8004d8fb, //Library has not been successfully initialized
E_RFID_ERROR_NOT_SUPPORTED = 0x8004d8fc, //Function not supported
E_RFID_ERROR_OPERATION_CANCELLED = 0x8004d8fd, //Operation was cancelled by call to cancel operation,
close radio, or shut down the library
E_RFID_ERROR_OUT_OF_MEMORY = 0x8004d8fe, //Library encountered an error allocating memory
E_RFID_ERROR_RADIO_BUSY = 0x8004d8ff, //The operation cannot be performed, radio is busy
E_RFID_ERROR_RADIO_FAILURE = 0x8004d900, //The underlying radio module encountered an error
E_RFID_ERROR_RADIO_NOT_PRESENT = 0x8004d901, //The radio has been detached from the system
E_RFID_ERROR_CURRENTLY_NOT_ALLOWED = 0x8004d902, //library function is not allowed at this time.
E_RFID_ERROR_RADIO_NOT_RESPONDING = 0x8004d903 //The radio module's MAC firmware is not
responding to requests.
}; .
Description:
This enumerates the Success / Error status.
RFID_PACKET_TYPE
Prototype:
public enum RFID_PACKET_TYPE:uint{
RFID_PACKET_TYPE_COMMAND_BEGIN = 0x0000,
RFID_PACKET_TYPE_COMMAND_END ,
RFID_PACKET_TYPE_ANTENNA_CYCLE_BEGIN
,
RFID_PACKET_TYPE_ANTENNA_BEGIN ,
RFID_PACKET_TYPE_18K6C_INVENTORY_ROUND_BEGIN,
RFID_PACKET_TYPE_18K6C_INVENTORY,
RFID_PACKET_TYPE_18K6C_TAG_ACCESS,
RFID_PACKET_TYPE_ANTENNA_CYCLE_END,
RFID_PACKET_TYPE_ANTENNA_END,
RFID_PACKET_TYPE_18K6C_INVENTORY_ROUND_END,
RFID_PACKET_TYPE_INVENTORY_CYCLE_BEGIN,
RFID_PACKET_TYPE_INVENTORY_CYCLE_END,
RFID_PACKET_TYPE_CARRIER_INFO,
RFID_PACKET_TYPE_NONCRITICAL_FAULT = 0x2000
};
Description:
These are message types for the Rfid Packets.
RFID_MSGID