Class RFIDResults


  • public class RFIDResults
    extends java.lang.Object
    Contains the status of function execution result
    • Field Detail

      • RFID_API_SUCCESS

        public static final RFIDResults RFID_API_SUCCESS
        Function succeeded
      • RFID_API_COMMAND_TIMEOUT

        public static final RFIDResults RFID_API_COMMAND_TIMEOUT
        Command timeout
      • RFID_API_PARAM_ERROR

        public static final RFIDResults RFID_API_PARAM_ERROR
        Invalid parameter given
      • RFID_API_PARAM_OUT_OF_RANGE

        public static final RFIDResults RFID_API_PARAM_OUT_OF_RANGE
        Parameter out of range
      • RFID_API_CANNOT_ALLOC_MEM

        public static final RFIDResults RFID_API_CANNOT_ALLOC_MEM
        Cannot allocate memory
      • RFID_API_UNKNOWN_ERROR

        public static final RFIDResults RFID_API_UNKNOWN_ERROR
        Unable to determine error
      • RFID_API_INVALID_HANDLE

        public static final RFIDResults RFID_API_INVALID_HANDLE
        Invalid Handle is provided
      • RFID_API_BUFFER_TOO_SMALL

        public static final RFIDResults RFID_API_BUFFER_TOO_SMALL
        Assigned memory buffer is small
      • RFID_READER_FUNCTION_UNSUPPORTED

        public static final RFIDResults RFID_READER_FUNCTION_UNSUPPORTED
        Functionality Not Supported by Reader
      • RFID_RECONNECT_FAILED

        public static final RFIDResults 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

        public static final RFIDResults RFID_API_DATA_NOT_INITIALISED
        DATA should be initialized before using the structure
      • RFID_API_ZONE_ID_ALREADY_EXITS

        public static final RFIDResults RFID_API_ZONE_ID_ALREADY_EXITS
        Zone ID already exists
      • RFID_API_ZONE_ID_NOT_FOUND

        public static final RFIDResults RFID_API_ZONE_ID_NOT_FOUND
        Zone ID not found
      • RFID_COMM_OPEN_ERROR

        public static final RFIDResults RFID_COMM_OPEN_ERROR
        Unable to open connection to the reader
      • RFID_COMM_CONNECTION_ALREADY_EXISTS

        public static final RFIDResults RFID_COMM_CONNECTION_ALREADY_EXISTS
        Connection Already exists
      • RFID_COMM_RESOLVE_ERROR

        public static final RFIDResults RFID_COMM_RESOLVE_ERROR
        Unable to resolve IP or Host Name
      • RFID_COMM_SEND_ERROR

        public static final RFIDResults RFID_COMM_SEND_ERROR
        Error writing to transport interface
      • RFID_COMM_RECV_ERROR

        public static final RFIDResults RFID_COMM_RECV_ERROR
        Error reading from transport interface
      • RFID_COMM_NO_CONNECTION

        public static final RFIDResults RFID_COMM_NO_CONNECTION
        No Connection exists to the Host
      • RFID_INVALID_SOCKET

        public static final RFIDResults RFID_INVALID_SOCKET
        Invalid socket of reader passed to accept Connection
      • RFID_READER_REGION_NOT_CONFIGURED

        public static final RFIDResults RFID_READER_REGION_NOT_CONFIGURED
        Region of the Reader is not configured
      • RFID_READER_REINITIALIZING

        public static final RFIDResults RFID_READER_REINITIALIZING
        Reader is reinitializing after a Firmware/OEM update
      • RFID_SECURE_CONNECTION_ERROR

        public static final RFIDResults RFID_SECURE_CONNECTION_ERROR
        Secure connection error. Process connStatus in SEC_CONNECTION_INFO for additional info
      • RFID_ROOT_SECURITY_CERTIFICATE_ERROR

        public static final RFIDResults RFID_ROOT_SECURITY_CERTIFICATE_ERROR
        Root CA Security certificate missing or invalid
      • RFID_HOST_SECURITY_CERTIFICATE_ERROR

        public static final RFIDResults RFID_HOST_SECURITY_CERTIFICATE_ERROR
        Host Security certificate missing or invalid
      • RFID_HOST_SECURITY_KEY_ERROR

        public static final RFIDResults RFID_HOST_SECURITY_KEY_ERROR
        Host private key missing or invalid
      • RFID_CONNECTION_PASSWORD_ERROR

        public static final RFIDResults RFID_CONNECTION_PASSWORD_ERROR
        connection password missing or invalid
      • RFID_CONFIG_GET_FAILED

        public static final RFIDResults RFID_CONFIG_GET_FAILED
        Unable to get the configuration
      • RFID_CONFIG_SET_FAILED

        public static final RFIDResults RFID_CONFIG_SET_FAILED
        Unable to set the configuration
      • RFID_CAP_NOT_SUPPORTED

        public static final RFIDResults RFID_CAP_NOT_SUPPORTED
        The specified capability is not supported
      • RFID_CAP_GET_FAILED

        public static final RFIDResults RFID_CAP_GET_FAILED
        Unable to get the capability
      • RFID_FILTER_NO_FILTER

        public static final RFIDResults RFID_FILTER_NO_FILTER
        No Filter criteria specified
      • RFID_FILTER_INVALID_INDEX

        public static final RFIDResults RFID_FILTER_INVALID_INDEX
        Invalid index specified
      • RFID_FILTER_MAX_FILTERS_EXCEEDED

        public static final RFIDResults RFID_FILTER_MAX_FILTERS_EXCEEDED
        Reached limit for maximum number of filters that can be added
      • RFID_NO_READ_TAGS

        public static final RFIDResults RFID_NO_READ_TAGS
        No read Tags
      • RFID_NO_REPORTED_EVENTS

        public static final RFIDResults RFID_NO_REPORTED_EVENTS
        No Events have been reported from the Reader
      • RFID_INVENTORY_MAX_TAGS_EXCEEDED

        public static final RFIDResults RFID_INVENTORY_MAX_TAGS_EXCEEDED
        Tag List is full, tag cannot be stored
      • RFID_INVENTORY_IN_PROGRESS

        public static final RFIDResults RFID_INVENTORY_IN_PROGRESS
        Inventory in progress, cannot perform requested operation
      • RFID_NO_INVENTORY_IN_PROGRESS

        public static final RFIDResults RFID_NO_INVENTORY_IN_PROGRESS
        There is no Inventory in progress
      • RFID_TAG_LOCATING_IN_PROGRESS

        public static final RFIDResults RFID_TAG_LOCATING_IN_PROGRESS
        Tag Locating in progress, cannot perform requested operation
      • RFID_NO_TAG_LOCATING_IN_PROGRESS

        public static final RFIDResults RFID_NO_TAG_LOCATING_IN_PROGRESS
        There is no Tag locating operation in progress
      • RFID_NXP_EAS_SCAN_IN_PROGRESS

        public static final RFIDResults RFID_NXP_EAS_SCAN_IN_PROGRESS
        NXP EAS SCAN Operation in progress, cannot perform requested operation
      • RFID_NO_NXP_EAS_SCAN_IN_PROGRESS

        public static final RFIDResults RFID_NO_NXP_EAS_SCAN_IN_PROGRESS
        There is no NXP EAS SCAN operation in progress
      • RFID_BATCHMODE_IN_PROGRESS

        public static final RFIDResults RFID_BATCHMODE_IN_PROGRESS
        Batch mode Inventory in progress, cannot perform requested operation
      • RFID_ACCESS_DPO_ENABLED_ERROR

        public static final RFIDResults RFID_ACCESS_DPO_ENABLED_ERROR
        DPO in enabled, cannot perform access operation
      • RFID_OPERATION_IN_PROGRESS

        public static final RFIDResults RFID_OPERATION_IN_PROGRESS
        Operation in progress, cannot perform requested operation
      • RFID_CHARGING_COMMAND_NOT_ALLOWED

        public static final RFIDResults RFID_CHARGING_COMMAND_NOT_ALLOWED
        Charging is in progress, cannot perform requested operation
      • RFID_ACCESS_IN_PROGRESS

        public static final RFIDResults RFID_ACCESS_IN_PROGRESS
        Access Operation in progress, cannot perform requested operation
      • RFID_NO_ACCESS_IN_PROGRESS

        public static final RFIDResults RFID_NO_ACCESS_IN_PROGRESS
        There is no Access operation in progress
      • RFID_ACCESS_TAG_READ_FAILED

        public static final RFIDResults RFID_ACCESS_TAG_READ_FAILED
        Tag read failed
      • RFID_ACCESS_TAG_WRITE_FAILED

        public static final RFIDResults RFID_ACCESS_TAG_WRITE_FAILED
        Tag Write failed
      • RFID_ACCESS_TAG_LOCK_FAILED

        public static final RFIDResults RFID_ACCESS_TAG_LOCK_FAILED
        Tag Lock failed
      • RFID_ACCESS_TAG_KILL_FAILED

        public static final RFIDResults RFID_ACCESS_TAG_KILL_FAILED
        Tag Kill failed
      • RFID_ACCESS_TAG_BLOCK_ERASE_FAILED

        public static final RFIDResults RFID_ACCESS_TAG_BLOCK_ERASE_FAILED
        Tag Block Erase failed
      • RFID_ACCESS_TAG_BLOCK_WRITE_FAILED

        public static final RFIDResults RFID_ACCESS_TAG_BLOCK_WRITE_FAILED
        Tag Block Write failed
      • RFID_ACCESS_TAG_NOT_FOUND

        public static final RFIDResults RFID_ACCESS_TAG_NOT_FOUND
        Tag(s) not found in the field which matches the set Filter(s)
      • RFID_ACCESS_SEQUENCE_NOT_INITIALIZED

        public static final RFIDResults RFID_ACCESS_SEQUENCE_NOT_INITIALIZED
        Access Sequence is not initialized
      • RFID_ACCESS_SEQUENCE_EMPTY

        public static final RFIDResults RFID_ACCESS_SEQUENCE_EMPTY
        Access Sequence is Empty
      • RFID_ACCESS_SEQUENCE_IN_USE

        public static final RFIDResults RFID_ACCESS_SEQUENCE_IN_USE
        Access Sequence is already in use
      • RFID_ACCESS_SEQUENCE_MAX_OP_EXCEEDED

        public static final RFIDResults 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

        public static final RFIDResults RFID_ACCESS_TAG_RECOMMISSION_FAILED
        Tag Recommission failed
      • RFID_ACCESS_TAG_BLOCK_PERMALOCK_FAILED

        public static final RFIDResults RFID_ACCESS_TAG_BLOCK_PERMALOCK_FAILED
        Tag Block Permalock failed
      • RFID_ACCESS_NXP_TAG_SET_EAS_FAILED

        public static final RFIDResults RFID_ACCESS_NXP_TAG_SET_EAS_FAILED
        Tag SetEAS failed
      • RFID_ACCESS_NXP_TAG_READ_PROTECT_FAILED

        public static final RFIDResults RFID_ACCESS_NXP_TAG_READ_PROTECT_FAILED
        Tag Read Protect failed
      • RFID_ACCESS_SEQUENCE_ADDITION_FAILED

        public static final RFIDResults RFID_ACCESS_SEQUENCE_ADDITION_FAILED
      • RFID_ACCESS_NXP_CHANGE_CONFIG_FAILED

        public static final RFIDResults RFID_ACCESS_NXP_CHANGE_CONFIG_FAILED
        NXP Change Config failed*
      • RFID_ACCESS_IMPINJ_QT_READ_FAILED

        public static final RFIDResults RFID_ACCESS_IMPINJ_QT_READ_FAILED
        Impinj QT Read failed
      • RFID_ACCESS_IMPINJ_QT_WRITE_FAILED

        public static final RFIDResults RFID_ACCESS_IMPINJ_QT_WRITE_FAILED
        Impinj QT Write failed
      • RFID_RM_INVALID_USERNAME_PASSWORD

        public static final RFIDResults RFID_RM_INVALID_USERNAME_PASSWORD
        Invalid Username or password
      • RFID_RM_NO_UPDATION_IN_PROGRESS

        public static final RFIDResults RFID_RM_NO_UPDATION_IN_PROGRESS
        No Updation going on at present
      • RFID_RM_UPDATION_IN_PROGRESS

        public static final RFIDResults RFID_RM_UPDATION_IN_PROGRESS
        Updation already in progress
      • RFID_RM_COMMAND_FAILED

        public static final RFIDResults RFID_RM_COMMAND_FAILED
        RM Command processing failed
      • RFID_INVALID_ERROR_CODE

        public static final RFIDResults RFID_INVALID_ERROR_CODE
        Invalid Error-Code
      • RFID_API_LOCK_ACQUIRE_FAILURE

        public static final RFIDResults RFID_API_LOCK_ACQUIRE_FAILURE
        Invalid Error-Code
      • RFID_API_OPTION_NOT_ALLOWED

        public static final RFIDResults RFID_API_OPTION_NOT_ALLOWED
      • RFID_COMMAND_OPTION_WITHOUT_DELIMITER

        public static final RFIDResults RFID_COMMAND_OPTION_WITHOUT_DELIMITER
      • RFID_MAX_CHARS_EXCEEDED

        public static final RFIDResults RFID_MAX_CHARS_EXCEEDED
      • ordinal

        public final int ordinal
    • Method Detail

      • GetRfidStatusValue

        public static RFIDResults GetRfidStatusValue​(int value)
      • equals

        public boolean equals​(int val)
      • getValue

        public int getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object