Package com.zebra.rfid.api3
Class RFIDResults
java.lang.Object
com.zebra.rfid.api3.RFIDResults
Contains the status of function execution result
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
static final RFIDResults
DPO in enabled, cannot perform access operationstatic final RFIDResults
Impinj QT Read failedstatic final RFIDResults
Impinj QT Write failedstatic final RFIDResults
Access Operation in progress, cannot perform requested operationstatic final RFIDResults
static final RFIDResults
static final RFIDResults
NXP Change Config failed*static final RFIDResults
Tag Read Protect failedstatic final RFIDResults
Tag SetEAS failedstatic final RFIDResults
static final RFIDResults
static final RFIDResults
Access Sequence is Emptystatic final RFIDResults
Access Sequence is already in usestatic final RFIDResults
Reached limit for maximum number of operations that can be added into Access-Sequencestatic final RFIDResults
Access Sequence is not initializedstatic final RFIDResults
Tag Block Erase failedstatic final RFIDResults
Tag Block Permalock failedstatic final RFIDResults
Tag Block Write failedstatic final RFIDResults
Tag Kill failedstatic final RFIDResults
Tag Lock failedstatic final RFIDResults
static final RFIDResults
static final RFIDResults
static final RFIDResults
Tag(s) not found in the field which matches the set Filter(s)static final RFIDResults
static final RFIDResults
Tag read failedstatic final RFIDResults
Tag Recommission failedstatic final RFIDResults
Tag Write failedstatic final RFIDResults
static final RFIDResults
Assigned memory buffer is smallstatic final RFIDResults
Cannot allocate memorystatic final RFIDResults
Command timeoutstatic final RFIDResults
DATA should be initialized before using the structurestatic final RFIDResults
Invalid Handle is providedstatic final RFIDResults
Invalid Error-Codestatic final RFIDResults
static final RFIDResults
Invalid parameter givenstatic final RFIDResults
Parameter out of rangestatic final RFIDResults
Function succeededstatic final RFIDResults
Unable to determine errorstatic final RFIDResults
Zone ID already existsstatic final RFIDResults
Zone ID not foundstatic final RFIDResults
Batch mode Inventory in progress, cannot perform requested operationstatic final RFIDResults
Unable to get the capabilitystatic final RFIDResults
The specified capability is not supportedstatic final RFIDResults
Charging is in progress, cannot perform requested operationstatic final RFIDResults
Connection Already existsstatic final RFIDResults
No Connection exists to the Hoststatic final RFIDResults
Unable to open connection to the readerstatic final RFIDResults
Error reading from transport interfacestatic final RFIDResults
Unable to resolve IP or Host Namestatic final RFIDResults
Error writing to transport interfacestatic final RFIDResults
static final RFIDResults
Unable to get the configurationstatic final RFIDResults
Unable to set the configurationstatic final RFIDResults
connection password missing or invalidstatic final RFIDResults
Invalid index specifiedstatic final RFIDResults
Reached limit for maximum number of filters that can be addedstatic final RFIDResults
No Filter criteria specifiedstatic final RFIDResults
static final RFIDResults
static final RFIDResults
static final RFIDResults
Host Security certificate missing or invalidstatic final RFIDResults
Host private key missing or invalidstatic final RFIDResults
Invalid Error-Codestatic final RFIDResults
Invalid socket of reader passed to accept Connectionstatic final RFIDResults
static final RFIDResults
DUTY CYCLE OUT OF RANGE.static final RFIDResults
Inventory in progress, cannot perform requested operationstatic final RFIDResults
Tag List is full, tag cannot be storedstatic final RFIDResults
static final RFIDResults
There is no Access operation in progressstatic final RFIDResults
There is no Inventory in progressstatic final RFIDResults
There is no NXP EAS SCAN operation in progressstatic final RFIDResults
No read Tagsstatic final RFIDResults
No Events have been reported from the Readerstatic final RFIDResults
There is no Tag locating operation in progressstatic final RFIDResults
NXP EAS SCAN Operation in progress, cannot perform requested operationstatic final RFIDResults
Operation in progress, cannot perform requested operationstatic final RFIDResults
Functionality Not Supported by Readerstatic final RFIDResults
Region of the Reader is not configuredstatic final RFIDResults
Reader is reinitializing after a Firmware/OEM updatestatic final RFIDResults
static final RFIDResults
Unable to Reconnect to reader.static final RFIDResults
RM Command processing failedstatic final RFIDResults
Invalid Username or passwordstatic final RFIDResults
No Updation going on at presentstatic final RFIDResults
Updation already in progressstatic final RFIDResults
Root CA Security certificate missing or invalidstatic final RFIDResults
Secure connection error.static final RFIDResults
Tag Locating in progress, cannot perform requested operationstatic final RFIDResults
static final RFIDResults
-
Method Summary
Modifier and TypeMethodDescriptionboolean
equals
(int val) static RFIDResults
GetRfidStatusValue
(int value) int
getValue()
toString()
-
Field Details
-
RFID_API_SUCCESS
Function succeeded -
RFID_API_COMMAND_TIMEOUT
Command timeout -
RFID_API_PARAM_ERROR
Invalid parameter given -
RFID_API_PARAM_OUT_OF_RANGE
Parameter out of range -
RFID_API_CANNOT_ALLOC_MEM
Cannot allocate memory -
RFID_API_UNKNOWN_ERROR
Unable to determine error -
RFID_API_INVALID_HANDLE
Invalid Handle is provided -
RFID_API_BUFFER_TOO_SMALL
Assigned memory buffer is small -
RFID_READER_FUNCTION_UNSUPPORTED
Functionality Not Supported by Reader -
RFID_RECONNECT_FAILED
Unable to Reconnect to reader. The Reader state might have changed. Attempt Connect API instead of Reconnect API. -
RFID_API_DATA_NOT_INITIALISED
DATA should be initialized before using the structure -
RFID_API_ZONE_ID_ALREADY_EXITS
Zone ID already exists -
RFID_API_ZONE_ID_NOT_FOUND
Zone ID not found -
RFID_COMM_OPEN_ERROR
Unable to open connection to the reader -
RFID_COMM_CONNECTION_ALREADY_EXISTS
Connection Already exists -
RFID_COMM_RESOLVE_ERROR
Unable to resolve IP or Host Name -
RFID_COMM_SEND_ERROR
Error writing to transport interface -
RFID_COMM_RECV_ERROR
Error reading from transport interface -
RFID_COMM_NO_CONNECTION
No Connection exists to the Host -
RFID_INVALID_SOCKET
Invalid socket of reader passed to accept Connection -
RFID_READER_REGION_NOT_CONFIGURED
Region of the Reader is not configured -
RFID_READER_REINITIALIZING
Reader is reinitializing after a Firmware/OEM update -
RFID_SECURE_CONNECTION_ERROR
Secure connection error. Process connStatus in SEC_CONNECTION_INFO for additional info -
RFID_ROOT_SECURITY_CERTIFICATE_ERROR
Root CA Security certificate missing or invalid -
RFID_HOST_SECURITY_CERTIFICATE_ERROR
Host Security certificate missing or invalid -
RFID_HOST_SECURITY_KEY_ERROR
Host private key missing or invalid -
RFID_CONNECTION_PASSWORD_ERROR
connection password missing or invalid -
RFID_CONFIG_GET_FAILED
Unable to get the configuration -
RFID_CONFIG_SET_FAILED
Unable to set the configuration -
RFID_CAP_NOT_SUPPORTED
The specified capability is not supported -
RFID_CAP_GET_FAILED
Unable to get the capability -
RFID_FILTER_NO_FILTER
No Filter criteria specified -
RFID_FILTER_INVALID_INDEX
Invalid index specified -
RFID_FILTER_MAX_FILTERS_EXCEEDED
Reached limit for maximum number of filters that can be added -
RFID_NO_READ_TAGS
No read Tags -
RFID_NO_REPORTED_EVENTS
No Events have been reported from the Reader -
RFID_INVENTORY_MAX_TAGS_EXCEEDED
Tag List is full, tag cannot be stored -
RFID_INVENTORY_IN_PROGRESS
Inventory in progress, cannot perform requested operation -
RFID_NO_INVENTORY_IN_PROGRESS
There is no Inventory in progress -
RFID_TAG_LOCATING_IN_PROGRESS
Tag Locating in progress, cannot perform requested operation -
RFID_NO_TAG_LOCATING_IN_PROGRESS
There is no Tag locating operation in progress -
RFID_NXP_EAS_SCAN_IN_PROGRESS
NXP EAS SCAN Operation in progress, cannot perform requested operation -
RFID_NO_NXP_EAS_SCAN_IN_PROGRESS
There is no NXP EAS SCAN operation in progress -
RFID_BATCHMODE_IN_PROGRESS
Batch mode Inventory in progress, cannot perform requested operation -
RFID_ACCESS_DPO_ENABLED_ERROR
DPO in enabled, cannot perform access operation -
RFID_OPERATION_IN_PROGRESS
Operation in progress, cannot perform requested operation -
RFID_CHARGING_COMMAND_NOT_ALLOWED
Charging is in progress, cannot perform requested operation -
RFID_ACCESS_IN_PROGRESS
Access Operation in progress, cannot perform requested operation -
RFID_NO_ACCESS_IN_PROGRESS
There is no Access operation in progress -
RFID_ACCESS_TAG_READ_FAILED
Tag read failed -
RFID_ACCESS_TAG_WRITE_FAILED
Tag Write failed -
RFID_ACCESS_TAG_LOCK_FAILED
Tag Lock failed -
RFID_ACCESS_TAG_KILL_FAILED
Tag Kill failed -
RFID_ACCESS_TAG_BLOCK_ERASE_FAILED
Tag Block Erase failed -
RFID_ACCESS_TAG_BLOCK_WRITE_FAILED
Tag Block Write failed -
RFID_ACCESS_TAG_NOT_FOUND
Tag(s) not found in the field which matches the set Filter(s) -
RFID_ACCESS_SEQUENCE_NOT_INITIALIZED
Access Sequence is not initialized -
RFID_ACCESS_SEQUENCE_EMPTY
Access Sequence is Empty -
RFID_ACCESS_SEQUENCE_IN_USE
Access Sequence is already in use -
RFID_ACCESS_SEQUENCE_MAX_OP_EXCEEDED
Reached limit for maximum number of operations that can be added into Access-Sequence -
RFID_ACCESS_TAG_RECOMMISSION_FAILED
Tag Recommission failed -
RFID_ACCESS_TAG_BLOCK_PERMALOCK_FAILED
Tag Block Permalock failed -
RFID_ACCESS_NXP_TAG_SET_EAS_FAILED
Tag SetEAS failed -
RFID_ACCESS_NXP_TAG_READ_PROTECT_FAILED
Tag Read Protect failed -
RFID_ACCESS_SEQUENCE_ADDITION_FAILED
-
RFID_ACCESS_NXP_CHANGE_CONFIG_FAILED
NXP Change Config failed* -
RFID_ACCESS_IMPINJ_QT_READ_FAILED
Impinj QT Read failed -
RFID_ACCESS_IMPINJ_QT_WRITE_FAILED
Impinj QT Write failed -
RFID_RM_INVALID_USERNAME_PASSWORD
Invalid Username or password -
RFID_RM_NO_UPDATION_IN_PROGRESS
No Updation going on at present -
RFID_RM_UPDATION_IN_PROGRESS
Updation already in progress -
RFID_RM_COMMAND_FAILED
RM Command processing failed -
RFID_INVALID_ERROR_CODE
Invalid Error-Code -
RFID_API_LOCK_ACQUIRE_FAILURE
Invalid Error-Code -
RFID_API_OPTION_NOT_ALLOWED
-
RFID_COMMAND_OPTION_WITHOUT_DELIMITER
-
RFID_MAX_CHARS_EXCEEDED
-
RFID_GPIO_PORT_DISABLED
-
RFID_FIRMWARE_UPDATE_FILE_PATH_ERROR
-
RFID_ACCESS_TAG_NON_SPECIFIC_ERROR
-
RFID_ACCESS_READER_NON_SPECIFIC_ERROR
-
RFID_ACCESS_NO_RESPONSE_FROM_TAG
-
RFID_ACCESS_INSUFFIFICENT_POWER
-
RFID_ACCESS_TAG_MEMORY_LOCKED_ERROR
-
RFID_ACCESS_TAG_MEMORY_OVERRUN_ERROR
-
RFID_ACCESS_ZERO_KILL_PASSWORD_ERROR
-
RFID_ACCESS_TAG_PASSWORD_ERROR
-
TAG_ACCESS_REGULATORY_TIMEOUT_ERROR
-
RFID_INVENTORY_DUTY_CYCLE_OUT_OF_RANGE
DUTY CYCLE OUT OF RANGE. -
RFID_INVENTORY_DUTY_CYCLE_API_PARAM_OUT_OF_RANGE
-
RFID_READER_TriggerInfo_NOT_CONFIGURED
-
RFID_FIRMWARE_UPDATE_FAILED
-
RFID_WPA_MAX_SAVED_PROFILE_EXCEEDED
-
ordinal
public final int ordinal
-
-
Method Details