- DATA_BLUETOOTH_DEVICE - Static variable in class com.zebra.rfid.api3.Constants
-
- Day - Variable in class com.zebra.rfid.api3.SYSTEMTIME
-
- DayOfWeek - Variable in class com.zebra.rfid.api3.SYSTEMTIME
-
- DCSScannerInfo - Class in com.zebra.scannercontrol
-
This class contains information about the scanner like id, Name, Model, Auto Re-Connection Reestablishment etc..
- DCSScannerInfo() - Constructor for class com.zebra.scannercontrol.DCSScannerInfo
-
- dcssdkClearBTAddress() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to clear the Bluetooth address stored in SDK.
- dcssdkClearBTAddress() - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkClose() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to close the communication with SDK
- dcssdkClose() - Method in class com.zebra.scannercontrol.SDKHandler
-
- DCSSDKDefs - Class in com.zebra.scannercontrol
-
Class containing the definition of ENUMS to be used in the app
- DCSSDKDefs() - Constructor for class com.zebra.scannercontrol.DCSSDKDefs
-
- DCSSDKDefs.DCSSDK_BT_PROTOCOL - Enum in com.zebra.scannercontrol
-
Bluetooth Protocol to be used in pairing barcode.
- DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG - Enum in com.zebra.scannercontrol
-
Configuration To be used in pairing barcode
- DCSSDKDefs.DCSSDK_COMMAND_OPCODE - Enum in com.zebra.scannercontrol
-
Op-codes to be used in dcssdkExecuteCommandOpCodeInXMLForScanner API function available in
IDcsSdkApi
- DCSSDKDefs.DCSSDK_CONN_TYPES - Enum in com.zebra.scannercontrol
-
These constants are defined to represent communication modes of scanners.
- DCSSDKDefs.DCSSDK_EVENT - Enum in com.zebra.scannercontrol
-
These constants are defined to represent notifications provided by Motorola Bluetooth Scanner Android SDK.
- DCSSDKDefs.DCSSDK_FU_EVENT_TYPE - Enum in com.zebra.scannercontrol
-
Firmware update event type
- DCSSDKDefs.DCSSDK_IMAGE_TYPE - Enum in com.zebra.scannercontrol
-
Image type of the Image data from scanner
- DCSSDKDefs.DCSSDK_MODE - Enum in com.zebra.scannercontrol
-
These constants are defined to represent operating modes of Motorola Bluetooth Scanner Android SDK.
- DCSSDKDefs.DCSSDK_RESULT - Enum in com.zebra.scannercontrol
-
These constants are defined to represent result codes that can be returned by SDK API functions.
- dcssdkEnableAutomaticSessionReestablishment(boolean, int) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method requests to enable/disable "Automatic communication session reestablishment" option for a particular scanner.
- dcssdkEnableAutomaticSessionReestablishment(boolean, int) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkEnableAvailableScannersDetection(boolean) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method requests to enable/disable "Available scanners detection" option.
- dcssdkEnableAvailableScannersDetection(boolean) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkEnableBluetoothScannersDiscovery(boolean) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method requests to enable/disable "Bluetooth scanners discovery" option.
- dcssdkEnableBluetoothScannersDiscovery(boolean) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkEstablishCommunicationSession(int) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method requests to establish communication session with a particular available scanner.
- dcssdkEstablishCommunicationSession(int) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkEventAuxScannerAppeared(DCSScannerInfo, DCSScannerInfo) - Method in interface com.zebra.scannercontrol.IDcsSdkApiDelegate
-
Notification to inform that new Aux scanner has been appeared
- dcssdkEventBarcode(byte[], int, int) - Method in interface com.zebra.scannercontrol.IDcsSdkApiDelegate
-
"Barcode Event" notification informs about reception of a particular barcode of a particular type from a particular active scanner.
- dcssdkEventBinaryData(byte[], int) - Method in interface com.zebra.scannercontrol.IDcsSdkApiDelegate
-
"Binary Data Event" notification is triggered when an active imaging scanner captures Intelligent Document Capture(IDC) data in IDC Operating Mode.
- dcssdkEventCommunicationSessionEstablished(DCSScannerInfo) - Method in interface com.zebra.scannercontrol.IDcsSdkApiDelegate
-
"Session Established" notification informs about appearance of a particular active scanner.
- dcssdkEventCommunicationSessionTerminated(int) - Method in interface com.zebra.scannercontrol.IDcsSdkApiDelegate
-
"Session Terminated" notification informs about disappearance of a particular active scanner
- dcssdkEventFirmwareUpdate(FirmwareUpdateEvent) - Method in interface com.zebra.scannercontrol.IDcsSdkApiDelegate
-
"Firmware Update Event" notification informs about status in firmware update process
- dcssdkEventImage(byte[], int) - Method in interface com.zebra.scannercontrol.IDcsSdkApiDelegate
-
"Image Event" notification is triggered when an active imaging scanner captures images in image mode.
- dcssdkEventScannerAppeared(DCSScannerInfo) - Method in interface com.zebra.scannercontrol.IDcsSdkApiDelegate
-
"Device Arrival" notification informs about appearance of a particular available scanner.
- dcssdkEventScannerDisappeared(int) - Method in interface com.zebra.scannercontrol.IDcsSdkApiDelegate
-
"Device Disappeared" notification informs about disappearance of a particular available scanner.
- dcssdkEventVideo(byte[], int) - Method in interface com.zebra.scannercontrol.IDcsSdkApiDelegate
-
"Video Event" notification is triggered when an active imaging scanner captures video in video mode
- dcssdkExecuteCommandOpCodeInXMLForScanner(DCSSDKDefs.DCSSDK_COMMAND_OPCODE, String, StringBuilder, int) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Deprecated.
- dcssdkExecuteCommandOpCodeInXMLForScanner(DCSSDKDefs.DCSSDK_COMMAND_OPCODE, String, StringBuilder) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method provides synchronous execution of a particular method via an opcode.
- dcssdkExecuteCommandOpCodeInXMLForScanner(DCSSDKDefs.DCSSDK_COMMAND_OPCODE, String) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method provides synchronous execution of a particular method via an opcode.
- dcssdkExecuteCommandOpCodeInXMLForScanner(DCSSDKDefs.DCSSDK_COMMAND_OPCODE, String, StringBuilder, int) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkExecuteCommandOpCodeInXMLForScanner(DCSSDKDefs.DCSSDK_COMMAND_OPCODE, String, StringBuilder) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkExecuteCommandOpCodeInXMLForScanner(DCSSDKDefs.DCSSDK_COMMAND_OPCODE, String) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkExecuteSSICommandOpCodeInXMLForScanner(DCSSDKDefs.DCSSDK_COMMAND_OPCODE, String, StringBuilder, int) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method provides synchronous execution SSI command of a particular method via an opcode.
- dcssdkExecuteSSICommandOpCodeInXMLForScanner(DCSSDKDefs.DCSSDK_COMMAND_OPCODE, String, StringBuilder, int) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkGetActiveScannersList(List<DCSScannerInfo>) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to fetch the list of active(connected via bluetooth) scanners
- dcssdkGetActiveScannersList() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to fetch the list of active(connected via bluetooth) scanners
- dcssdkGetActiveScannersList(List<DCSScannerInfo>) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkGetActiveScannersList() - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkGetAvailableScannersList(List<DCSScannerInfo>) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to fetch the list of available(paired via bluetooth) scanners
- dcssdkGetAvailableScannersList() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to fetch the list of available(paired via bluetooth) scanners
- dcssdkGetAvailableScannersList(List<DCSScannerInfo>) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkGetAvailableScannersList() - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkGetIDCConfig() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to get the IDCConfig information stored in SDK.
- dcssdkGetIDCConfig() - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkGetPairingBarcode(DCSSDKDefs.DCSSDK_BT_PROTOCOL, DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method provides pairing barcode for Bluetooth scanners
- dcssdkGetPairingBarcode(DCSSDKDefs.DCSSDK_BT_PROTOCOL, DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG, String) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method provides pairing barcode for Bluetooth scanners
- dcssdkGetPairingBarcode(DCSSDKDefs.DCSSDK_BT_PROTOCOL, DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG, String) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkGetPairingBarcode(DCSSDKDefs.DCSSDK_BT_PROTOCOL, DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkGetUSBSNAPIWithImagingBarcode() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method provides connection barcode for USB scanners
- dcssdkGetUSBSNAPIWithImagingBarcode() - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkGetVersion() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to return the version of the SDK.
- dcssdkGetVersion() - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkSetBTAddress(String) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to set the Bluetooth address of the device.
- dcssdkSetBTAddress(String) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkSetDelegate(IDcsSdkApiDelegate) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Registers a particular object which conforms to
IDcsSdkApiDelegate
interface as a receiver of SDK notifications.
- dcssdkSetDelegate(IDcsSdkApiDelegate) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkSetIDCConfig(IDCConfig) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to set the IDC configuration information for SDK.
- dcssdkSetIDCConfig(IDCConfig) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkSetOperationalMode(DCSSDKDefs.DCSSDK_MODE) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to set the operational mode(If multiple modes are suppoted)
- dcssdkSetOperationalMode(DCSSDKDefs.DCSSDK_MODE) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkSetSTCEnabledState(boolean) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method set Scanner Control App STC(Scan to connect) enabled state.
- dcssdkSetSTCEnabledState(boolean) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkStartScanForAvailableDevices() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to scan all the currently available Bluetooth Devices.
- dcssdkStartScanForAvailableDevices() - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkStartScanForTopologyChanges() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Scan for topology changes
- dcssdkStartScanForTopologyChanges() - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkStopScanningDevices() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to stop current Bluetooth Devices scanning.
- dcssdkStopScanningDevices() - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkSubsribeForEvents(int) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to enable providing of notifications of requested types.
- dcssdkSubsribeForEvents(int) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkTerminateCommunicationSession(int) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method requests to terminate communication session with a particular active scanner.
- dcssdkTerminateCommunicationSession(int) - Method in class com.zebra.scannercontrol.SDKHandler
-
- dcssdkUnsubsribeForEvents(int) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
-
Method to disable providing of notification of requested types.
- dcssdkUnsubsribeForEvents(int) - Method in class com.zebra.scannercontrol.SDKHandler
-
- deattach(Readers.RFIDReaderEventHandler) - Static method in class com.zebra.rfid.api3.Readers
-
remove eventhandler to receive reader pair/unpair notifications
- DEBUG - Static variable in class com.zebra.rfid.api3.Constants
-
- DEBUG_INFO_EVENT - Static variable in class com.zebra.rfid.api3.RFID_EVENT_TYPE
-
This is an Alarm Event generated when reader reaches temperature threshold level
- DEBUG_INFO_EVENT - Static variable in class com.zebra.rfid.api3.STATUS_EVENT_TYPE
-
This is an Alarm Event generated when reader reaches temperature threshold level
- DecodeDataProcessor - Class in com.zebra.scannercontrol
-
Created by PNDV47 on 2/16/2018.
- DecodeDataProcessor() - Constructor for class com.zebra.scannercontrol.DecodeDataProcessor
-
- DEINITIALIZED - Static variable in class com.zebra.rfid.api3.CONNECTION_STATE
-
- deInitSequence() - Method in class com.zebra.rfid.api3.TagAccess.Sequence
-
- delete(PreFilters.PreFilter) - Method in class com.zebra.rfid.api3.PreFilters
-
This method deletes an added PreFilter.
- delete(String) - Method in class com.zebra.rfid.api3.Profile
-
This function deletes the configuration XML file from the reader's profile list.
- delete(TagAccess.Sequence.Operation) - Method in class com.zebra.rfid.api3.TagAccess.Sequence
-
Removes an already added operation from the Tag Access Sequence.
- deleteAll() - Method in class com.zebra.rfid.api3.PreFilters
-
Deletes all PreFilters.
- deleteAll() - Method in class com.zebra.rfid.api3.TagAccess.Sequence
-
Removes all added operations from the Tag Access Sequence.
- deleteItem(String) - Method in class com.zebra.rfid.api3.MultiTagLocate
-
- deleteProfile(String) - Method in class com.zebra.rfid.api3.ReaderManagement
-
This function deletes the configuration XML file from the reader's profile list.
- dequeue() - Method in class com.zebra.rfid.api3.Queue
-
Dequeue the oldest object on the queue.
- dequeue(long) - Method in class com.zebra.rfid.api3.Queue
-
Dequeue the oldest object on the queue.
- DhcpStatus - Class in com.zebra.rfid.api3
-
- DhcpStatus() - Constructor for class com.zebra.rfid.api3.DhcpStatus
-
- dhcpstatus - Variable in class com.zebra.rfid.api3.DhcpStatus
-
- DISABLE - Static variable in class com.zebra.rfid.api3.BATCH_MODE
-
batchmode disable
- DISABLE - Static variable in class com.zebra.rfid.api3.DYNAMIC_POWER_OPTIMIZATION
-
DPO disable
- DISABLE - Static variable in class com.zebra.rfid.api3.READPOINT_STATUS
-
Disable RadioPoiDnt
- DISABLE - Static variable in class com.zebra.rfid.api3.UNIQUE_TAG_REPORT_SETTING
-
Unique tag reporting disable
- discardTagsOnInventoryStop(boolean) - Method in class com.zebra.rfid.api3.TagStorageSettings
-
Option to discard the tags which are reported by the reader
when inventory/access-sequence operation has been stopped by a call
to Actions.Inventory.Stop or Actions.TagAccess.OperationSequence.StopSequence.
- disconnect() - Method in class com.zebra.rfid.api3.RFIDReader
-
Disconnect from the reader
- disconnect() - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- disconnectFromReader() - Method in class com.zebra.rfid.api3.LLRPConnection
-
This function initiates a LLRP disconnection from a reader
- DISCONNECTING_FROM_HOST - Static variable in class com.zebra.rfid.api3.CONNECTION_STATE
-
- DISCONNECTION_EVENT - Static variable in class com.zebra.rfid.api3.RFID_EVENT_TYPE
-
Reader has reported disconnection
- DISCONNECTION_EVENT - Static variable in class com.zebra.rfid.api3.STATUS_EVENT_TYPE
-
Event notifying disconnection from the Reader.
- DISCONNECTION_EVENT_DATA - Class in com.zebra.rfid.api3
-
- DISCONNECTION_EVENT_DATA() - Constructor for class com.zebra.rfid.api3.DISCONNECTION_EVENT_DATA
-
- DISCONNECTION_EVENT_TYPE - Class in com.zebra.rfid.api3
-
DISCONNECTION_EVENT_TYPE: Event indicating the reason for Disconnection
- DisconnectionEventData - Variable in class com.zebra.rfid.api3.Events.StatusEventData
-
Represents Reader Disconnect event data
- dispose() - Method in class com.zebra.rfid.api3.ReaderManagement
-
Dispose Reader Management
- Dispose() - Method in class com.zebra.rfid.api3.Readers
-
Disposes the Readers class
- Dispose() - Method in class com.zebra.rfid.api3.RFIDReader
-
Disposes the RFIDReader
- DIVIDE_RATIO - Class in com.zebra.rfid.api3
-
DIVIDE_RATIO: Part of RF_MODES
- DOWN - Static variable in class com.zebra.rfid.api3.HEALTH_STATUS
-
DOWN
- DR_64_3 - Static variable in class com.zebra.rfid.api3.DIVIDE_RATIO
-
Divide Ratio (DR): 64/3
- DR_8 - Static variable in class com.zebra.rfid.api3.DIVIDE_RATIO
-
Divide Ratio (DR): 8
- dump(String) - Method in class com.zebra.rfid.api3.Queue
-
- DURATION - Static variable in class com.zebra.rfid.api3.Constants
-
- duration - Variable in class com.zebra.rfid.api3.LED_INFO
-
- DYNAMIC_POWER_OPTIMIZATION - Class in com.zebra.rfid.api3
-
Dynamic power optimization
- G2V2_OPERATION_AUTHENTICATE - Static variable in class com.zebra.rfid.api3.GEN2V2_OPERATION_CODE
-
Specifies authenticate operation
- G2V2_OPERATION_CRYPTO - Static variable in class com.zebra.rfid.api3.GEN2V2_OPERATION_CODE
-
Specifies crypto operation
- G2V2_OPERATION_READBUFFER - Static variable in class com.zebra.rfid.api3.GEN2V2_OPERATION_CODE
-
Specifies readbuffer operation
- G2V2_OPERATION_UNTRACEABLE - Static variable in class com.zebra.rfid.api3.GEN2V2_OPERATION_CODE
-
Specifies untraceable operation
- Gen2v2 - Class in com.zebra.rfid.api3
-
This class handles the Gen2v2 operations.
- Gen2v2() - Constructor for class com.zebra.rfid.api3.Gen2v2
-
- Gen2v2.AuthenticateParams - Class in com.zebra.rfid.api3
-
- Gen2v2.CryptoParams - Class in com.zebra.rfid.api3
-
- Gen2v2.Operation - Class in com.zebra.rfid.api3
-
Constructor.
- Gen2v2.ReadBufferParams - Class in com.zebra.rfid.api3
-
- Gen2v2.UntraceableParams - Class in com.zebra.rfid.api3
-
- GEN2V2_OPERATION_CODE - Class in com.zebra.rfid.api3
-
G2V2_OPERATION_CODE: Operation Codes for Gen2v2 operations
- GEN2V2_OPERATION_STATUS - Class in com.zebra.rfid.api3
-
Gen2v2 operation status messages
- gen2v2Access - Variable in class com.zebra.rfid.api3.Actions
-
The Gen2v2 object for access
- GENX_DEVICE - Static variable in class com.zebra.rfid.api3.Constants
-
- get_BatchMode() - Method in class com.zebra.rfid.api3.Events.BatchModeEventData
-
- get_RepeatTrigger() - Method in class com.zebra.rfid.api3.Events.BatchModeEventData
-
- getAccessFilterMatchPattern() - Method in class com.zebra.rfid.api3.AccessFilter
-
Match criteria to be used for filtering using patterns A and B.
- getAccessOperationCode() - Method in class com.zebra.rfid.api3.TagAccess.Sequence.Operation
-
Access Operation code that determines the current intended operation.
- GetAccessOperationCodeValue(int) - Static method in class com.zebra.rfid.api3.ACCESS_OPERATION_CODE
-
- GetAccessOperationCodeValue(String) - Static method in class com.zebra.rfid.api3.ACCESS_OPERATION_CODE
-
- GetAccessOperationStatusValue(int) - Static method in class com.zebra.rfid.api3.ACCESS_OPERATION_STATUS
-
- GetAccessOperationStatusValue(String) - Static method in class com.zebra.rfid.api3.ACCESS_OPERATION_STATUS
-
- GetAccessOperationStatusValue(int) - Static method in class com.zebra.rfid.api3.GEN2V2_OPERATION_STATUS
-
- GetAccessOperationStatusValue(String) - Static method in class com.zebra.rfid.api3.GEN2V2_OPERATION_STATUS
-
- getAccessPassword() - Method in class com.zebra.rfid.api3.NXP.ReadProtectParams
-
Parameter that specifies the Access Password of the tag
- getAccessPassword() - Method in class com.zebra.rfid.api3.NXP.ResetReadProtectParams
-
Parameter that specifies the Access Password of the tag
- getAccessPassword() - Method in class com.zebra.rfid.api3.NXP.SetEASParams
-
AccessPassword to be used for SetEAS Access Operation
- getAccessPassword() - Method in class com.zebra.rfid.api3.ResetReadProtectParams
-
Parameter that specifies the Access Password of the tag
- getAccessPassword() - Method in class com.zebra.rfid.api3.TagAccess.BlockEraseAccessParams
-
- getAccessPassword() - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
Password to be used for the Access operation.
- getAccessPassword() - Method in class com.zebra.rfid.api3.TagAccess.LockAccessParams
-
Lock Password.
- getAccessPassword() - Method in class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
Password to be used for the Access operation.
- getAccessPassword() - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
Password to be used for the Access operation.
- getAccessPassword() - Method in class com.zebra.rfid.api3.TagAccess.WriteSpecificFieldAccessParams
-
Password to be used for the Access operation.
- getAccessPasswordMemoryIndex() - Method in class com.zebra.rfid.api3.TagAccess.LockAccessParams
-
- getAccessword() - Method in class com.zebra.rfid.api3.NXP.ChangeConfigParams
-
- getActiveProfileIndex() - Method in class com.zebra.rfid.api3.ProfileInfo
-
- getActiveRegionStandardInfo() - Method in class com.zebra.rfid.api3.ReaderManagement
-
- getActiveTimeZoneIndex() - Method in class com.zebra.rfid.api3.TimeZoneInfo
-
- getAddress() - Method in class com.zebra.rfid.api3.ReaderDevice
-
get device address
- getAirProtocolVersion() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the Air Protocol Version
- getAlarmLevel() - Method in class com.zebra.rfid.api3.Events.TemperatureAlarmData
-
Gets Alarm Level (Low, High or Critical)
- GetAlarmLevelTypeValue(int) - Static method in class com.zebra.rfid.api3.ALARM_LEVEL
-
- getAmbientTemp() - Method in class com.zebra.rfid.api3.Events.TemperatureAlarmData
-
Gets the Ambient Temperature
- getAntennaConfig(int) - Method in class com.zebra.rfid.api3.Antennas
-
Gets ths Antenna Configuration
- getAntennaGain() - Method in class com.zebra.rfid.api3.Antennas.PhysicalProperties
-
Gets the antenna gain.
- getAntennaId() - Method in class com.zebra.rfid.api3.AntennaConfig
-
- getAntennaID() - Method in class com.zebra.rfid.api3.AntennaInfo
-
Array of AntennaID on which an Action is to be performed.
- getAntennaID() - Method in class com.zebra.rfid.api3.CableLossCompensation
-
Gets Antenna ID
- getAntennaID() - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Zero for all Antennas, or the Specific Antenna.
- getAntennaID() - Method in class com.zebra.rfid.api3.TagData
-
Gets the antenna ID on which this tag is seen
- getAntennaMode() - Method in class com.zebra.rfid.api3.ReaderManagement
-
Gets the antenna mode to enumerations (Mono-Static or Bi-Static)
- GetAntennaModeValue(int) - Static method in class com.zebra.rfid.api3.ANTENNA_MODE
-
- getAntennaOperationQualifier() - Method in class com.zebra.rfid.api3.AntennaInfo
-
Array of Operations for each Antenna ID in AntennaID array
- getAntennaRfConfig() - Method in class com.zebra.rfid.api3.AntennaConfig
-
- getAntennaRfConfig(int) - Method in class com.zebra.rfid.api3.Antennas
-
Gets the Antenna Rf Configuration
- getAntennaStopConditionValue() - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig.AntennaStopTrigger
-
- getAntennaStopTriggerConfig() - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- getAppName() - Method in class com.zebra.rfid.api3.UserAppInfo
-
Gets the Application Name
- getASCIIDataFromRawData(ByteArrayOutputStream) - Static method in class com.zebra.scannercontrol.USBCDCScanner.SSIDecodeDataPlus
-
- getAsciiVersion() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the ASCII Version
- getAssertu() - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
get assertu setting
- getAttNum() - Method in class com.zebra.rfid.api3.AttributeInfo
-
- getAttnum() - Method in class com.zebra.rfid.api3.SetAttribute
-
- getAttribute(int, AttributeInfo) - Method in class com.zebra.rfid.api3.Config
-
Gets the attribute type and value
- getAtttype() - Method in class com.zebra.rfid.api3.SetAttribute
-
- getAttvalue() - Method in class com.zebra.rfid.api3.SetAttribute
-
- getAutoStart() - Method in class com.zebra.rfid.api3.UserAppInfo
-
Returns AutoStart enabled or not
- getAuxiliaryScanners() - Method in class com.zebra.scannercontrol.DCSScannerInfo
-
- getAvailableAntennas() - Method in class com.zebra.rfid.api3.Antennas
-
Gets the available antenna
- GetAvailableRFIDReaderList() - Method in class com.zebra.rfid.api3.Readers
-
Gives list of paired rfid readers with current device
- getBATCH_MODE() - Method in class com.zebra.rfid.api3.BATCH_MODE_EVENT
-
- getBatchedTags() - Method in class com.zebra.rfid.api3.Actions
-
This method get all batched tags present in reader and Reader queues
- GetBatchModeCodeValue(int) - Static method in class com.zebra.rfid.api3.BATCH_MODE
-
- GetBatchModeCodeValue(String) - Static method in class com.zebra.rfid.api3.BATCH_MODE
-
- getBatchModeConfig() - Method in class com.zebra.rfid.api3.Config
-
Gets the Batch Mode Config
- getBatteryStats() - Method in class com.zebra.rfid.api3.Config
-
method to get battery informations
This method helps to get battery related information and statistics
- getBDAddress() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the BDAddress
- getBdrValue() - Method in class com.zebra.rfid.api3.RFModeTableEntry
-
Gets the BDR value, the Backscatter data rate in bps
Possible Values: 40000 – 640000 bps
- getBeeperVolume() - Method in class com.zebra.rfid.api3.Config
-
Gets the Beeper Config
- getBitCount() - Method in class com.zebra.rfid.api3.Gen2v2.ReadBufferParams
-
get bit count
- getBitOffset() - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
The first (msb) bit location of the specified memory bank against
which to compare the TagMask.
- getBitOffset() - Method in class com.zebra.rfid.api3.TagPatternBase
-
The address of the first (msb) bit against which to apply the
Tag Mask and compare with the value.
- getBlink() - Method in class com.zebra.rfid.api3.LedInfo
-
Gets the Blink Flag of the reader
- getBlockCount() - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
get blockcount
- getBlockEraseFailureCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of the failed tag block-erased at the AntennaReadPoint
- getBlockEraseSuccessCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of tags successfully block-erased at the AntennaReadPoint
- getBlockPermalockFailureCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of the failed tag block-permalocked at the AntennaReadPoint
- getBlockPermalockSuccessCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of tags successfully block-permalocked at the AntennaReadPoint
- getBlockWriteFailureCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of the failed tag block-writes at the AntennaReadPoint
- getBlockWriteSuccessCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number successful tag memory block-writes at the AntennaReadPoint
- getBluetoothMode() - Method in class com.zebra.rfid.api3.Config
-
method to get the bluetooth mode from the connected sled device
This method helps to get the bluetooth mode(CDC Mode or HID mode)
- getBrandIDStatus() - Method in class com.zebra.rfid.api3.TagData
-
Get brandID status
- getByteCount() - Method in class com.zebra.rfid.api3.TagAccess.BlockEraseAccessParams
-
- getByteCount() - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
- getByteCount() - Method in class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
- getByteOffset() - Method in class com.zebra.rfid.api3.TagAccess.BlockEraseAccessParams
-
- getByteOffset() - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
- getByteOffset() - Method in class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
- getByteOffset() - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
- getCableLengthInFeet() - Method in class com.zebra.rfid.api3.CableLossCompensation
-
Gets the Cable Length in feet
- getCableLossCompensation(int) - Method in class com.zebra.rfid.api3.ReaderManagement
-
Gets Cable Loss Compensation Info for the given Antenna ID
- getCableLossPer100Feet() - Method in class com.zebra.rfid.api3.CableLossCompensation
-
Gets Cable Loss per 100 feet
- getCause() - Method in class com.zebra.rfid.api3.BATTERY_EVENT
-
- getCause() - Method in class com.zebra.rfid.api3.Events.BatteryData
-
Gets the cause
- getCause() - Method in class com.zebra.rfid.api3.Events.PowerData
-
Gets the cause
- getCause() - Method in class com.zebra.rfid.api3.Events.TemperatureAlarmData
-
Gets the cause
- getCause() - Method in class com.zebra.rfid.api3.POWER_EVENT
-
- getChallenge() - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
get Challenge
- getChannelFrequencyValueList() - Method in class com.zebra.rfid.api3.CommunicationStandardInfo
-
- getChannelIndex() - Method in class com.zebra.rfid.api3.TagData
-
Gets the channel index
- getChannelIndexList() - Method in class com.zebra.rfid.api3.ActiveRegionInfo
-
- getChannelIndexList() - Method in class com.zebra.rfid.api3.CommunicationStandardInfo
-
- getCharging() - Method in class com.zebra.rfid.api3.BATTERY_EVENT
-
- getCharging() - Method in class com.zebra.rfid.api3.Events.BatteryData
-
Gets the charging status
- GetCommunicationStandard(int) - Static method in class com.zebra.rfid.api3.COMMUNICATION_STANDARD
-
- getCommunicationStandard() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the communication standard.
- getConnectionType() - Method in class com.zebra.scannercontrol.DCSScannerInfo
-
Method to access the connectionType(if multiple connection types are supported)
- getContact() - Method in class com.zebra.rfid.api3.ReaderInfo
-
Gets the reader's contact
- getCount() - Method in class com.zebra.rfid.api3.TagAccess.BlockEraseAccessParams
-
Number of Bytes to be erased
Access operation is WORD aligned
- getCount() - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
Number of words for the Mask.
- getCount() - Method in class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
Number of words to read
Access operation is WORD aligned
- getCountryCode() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the country code.
- getCPUUsageForSystemProcesses() - Method in class com.zebra.rfid.api3.SystemInfo
-
- getCPUUsageForUserProcesses() - Method in class com.zebra.rfid.api3.SystemInfo
-
- getCRC() - Method in class com.zebra.rfid.api3.TagData
-
Gets the CRC
- getCS() - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
get CS setting
- getCurrent() - Method in class com.zebra.rfid.api3.Events.PowerData
-
Gets the current
- getCurrent() - Method in class com.zebra.rfid.api3.POWER_EVENT
-
- getCurrentRecord() - Method in class com.zebra.scannercontrol.FirmwareUpdateEvent
-
Get the record number currently downloading
- getCurrentTemperature() - Method in class com.zebra.rfid.api3.Events.TemperatureAlarmData
-
Gets the Current Temperature
- GetCurrentTime() - Method in class com.zebra.rfid.api3.SYSTEMTIME
-
- getDCSDKResultByValue(int) - Static method in enum com.zebra.scannercontrol.DCSSDKDefs.DCSSDK_RESULT
-
Retrieves the DCSSDK_RESULT enum for the given value(result code)
- getDecodeDataForBarcodeEvent(ByteArrayOutputStream, boolean, INTERNAL_OPERATION_MODE) - Static method in class com.zebra.scannercontrol.DecodeDataProcessor
-
- getDescription() - Method in class com.zebra.rfid.api3.ReaderInfo
-
Gets the reader's description
- getDeviceCapability(String) - Method in class com.zebra.rfid.api3.ReaderDevice
-
- getDeviceStatus(boolean, boolean, boolean) - Method in class com.zebra.rfid.api3.Config
-
API to fetch the device status in terms of battery, power and temperature
- getDeviceVersionInfo(HashMap<String, String>) - Method in class com.zebra.rfid.api3.Config
-
API to get the device version information
- getDisconnectionEvent() - Method in class com.zebra.rfid.api3.Events.DisconnectionEventData
-
Indicates the reason for Disconnection from Reader.
- GetDisconnectionEventTypeValue(int) - Static method in class com.zebra.rfid.api3.DISCONNECTION_EVENT_TYPE
-
- getDivideRatio() - Method in class com.zebra.rfid.api3.RFModeTableEntry
-
Gets the divide ratio
- GetDivideRatioValue(int) - Static method in class com.zebra.rfid.api3.DIVIDE_RATIO
-
- getdns() - Method in class com.zebra.rfid.api3.Network_IPConfig
-
- getDPOState() - Method in class com.zebra.rfid.api3.Config
-
Gets the DPO state
- GetDPOState(int) - Static method in class com.zebra.rfid.api3.DYNAMIC_POWER_OPTIMIZATION
-
- getDurationMilliSeconds() - Method in class com.zebra.rfid.api3.StopTrigger
-
Parameter for Duration Trigger.
- getDurationSeconds() - Method in class com.zebra.rfid.api3.LedInfo
-
Gets the led light on duration of the reader.
- getDutyCycleIndex() - Method in class com.zebra.rfid.api3.Config
-
- getDutyCycleValues() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets Duty cycle values
- getEnabledchannels() - Method in class com.zebra.rfid.api3.RegulatoryConfig
-
gets enabled channels of the region on reader
- getEnum(String) - Static method in enum com.zebra.rfid.api3.ENUM_WIFI_STATE
-
- getEnum(String) - Static method in enum com.zebra.rfid.api3.ENUM_WIFI_STATUS
-
- getEnumValue() - Method in enum com.zebra.rfid.api3.ENUM_WIFI_STATE
-
- getEnumValue() - Method in enum com.zebra.rfid.api3.ENUM_WIFI_STATUS
-
- getEpcLen() - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
get Epc length
- getEPCMemoryIndex() - Method in class com.zebra.rfid.api3.TagAccess.LockAccessParams
-
Index for LockPrivilege in order to lock the Memory for EPC
- getEventType() - Method in class com.zebra.scannercontrol.FirmwareUpdateEvent
-
Get the event type
- getExcCustom() - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
get Exclude Custom
- getExcrespLen() - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
get Exclude response length setting
- getFilterAction() - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Filter Action for the PreFilter: State Aware, Unaware or Default.
- getFilterIndex() - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Index of the added PreFilter.
- getFirstSeenTimeStamp() - Method in class com.zebra.rfid.api3.UpTime
-
Gets the First Seen up time
- getFirstSeenTimeStamp() - Method in class com.zebra.rfid.api3.UTCTime
-
Gets the First Seen UTC time stamp in Date time format
- getFirwareVersion() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets reader firmware version in UTF-8 String
- getFixedFreqValues() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Returns the fixed frequency values.
- getFlashAvailable() - Method in class com.zebra.rfid.api3.SystemInfo
-
Gets the available flash memory in the reader
- getForceLogin() - Method in class com.zebra.rfid.api3.LoginInfo
-
Force login this host
- GetForwardLinkModulationMapValue(int) - Static method in class com.zebra.rfid.api3.FORWARD_LINK_MODULATION
-
- getForwardLinkModulationType() - Method in class com.zebra.rfid.api3.RFModeTableEntry
-
Gets the Forward Link Modulation type
- getFPGAVersion() - Method in class com.zebra.rfid.api3.SystemInfo
-
Gets ths FPGA version
- getFrepuencyHopTablesInfo(int) - Method in class com.zebra.rfid.api3.FrequencyHopInfo
-
Returns the Hop table for the given hop table index
- getFrequencyHopValues() - Method in class com.zebra.rfid.api3.FrequencyHopTable
-
Gets the Hop Frequencies
- getG2v2OpCode() - Method in class com.zebra.rfid.api3.TagData
-
Gen2v2 Operation as a result of which this Tag is being reported.
- GetG2V2OperationCodeValue(int) - Static method in class com.zebra.rfid.api3.GEN2V2_OPERATION_CODE
-
- GetG2V2OperationCodeValue(String) - Static method in class com.zebra.rfid.api3.GEN2V2_OPERATION_CODE
-
- getG2v2OpStatus() - Method in class com.zebra.rfid.api3.TagData
-
Result of G2v2 Access Operation: OpStatus.
- getG2v2Response() - Method in class com.zebra.rfid.api3.TagData
-
Gets the Gen2v2 response data
- getgateway() - Method in class com.zebra.rfid.api3.Network_IPConfig
-
- getGPIDebounceTimeMilliseconds() - Method in class com.zebra.rfid.api3.ReaderManagement
-
Gets the GPI Debounce Time
- getGPIEventState() - Method in class com.zebra.rfid.api3.Events.GPIEventData
-
GPI event indicating if the GPI Port State was changed from
low to high (true) or high to low (false).
- getGPIPort() - Method in class com.zebra.rfid.api3.Events.GPIEventData
-
GPI Port on which the state changed.
- GetGpiPortState(int) - Static method in class com.zebra.rfid.api3.GPI_PORT_STATE
-
- getGUID() - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- getHandheldEvent() - Method in class com.zebra.rfid.api3.Events.HandheldTriggerEventData
-
Hand held Trigger event indicating if the Hand held Trigger
was Pressed or Released
- getHandheldTriggerEvent() - Method in class com.zebra.rfid.api3.HandheldTrigger
-
The HANDHELD_TRIGGER_EVENT_TYPE value that causes a Handheld event to trigger.
- getHandheldTriggerTimeout() - Method in class com.zebra.rfid.api3.HandheldTrigger
-
Trigger timeout in milliseconds.
- GetHandleTriggerEventTypeValue(int) - Static method in class com.zebra.rfid.api3.HANDHELD_TRIGGER_EVENT_TYPE
-
- getHealthStatus(SERVICE_ID) - Method in class com.zebra.rfid.api3.ReaderManagement
-
This function gets the health status of the reader
- GetHealthStatusState(int) - Static method in class com.zebra.rfid.api3.HEALTH_STATUS
-
- getHideEpc() - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
get hide epc setting
- getHideUser() - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
get hide user setting
- getHopTableID() - Method in class com.zebra.rfid.api3.FrequencyHopTable
-
Gets the Hop table ID
- getHostName() - Method in class com.zebra.rfid.api3.Events
-
- getHostName() - Method in class com.zebra.rfid.api3.LoginInfo
-
Gets the host name of the reader
- getHostName() - Method in class com.zebra.rfid.api3.RFIDReader
-
Gets the host name or IP Address of the reader
- getHostName() - Method in class com.zebra.rfid.api3.SoftwareUpdateInfo
-
Gets the host name
- getHostServerIP() - Method in class com.zebra.rfid.api3.LLRPConnectionConfig
-
Gets the password used to connect with the reader
- getID() - Method in class com.zebra.rfid.api3.ReaderCapabilities.ReaderIdentification
-
Reader's Unique Identification
- getIdentifiedFailureCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of number of the failed tag identification attempts at the AntennaReadPoint
- getIdentifiedSuccessCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of successful tags that have been identified across an AntennaReadPoint
- getImpinjStats() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the Impinj Statistics from the reader
- getIncCustom() - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
get Include Custom
- getIncrespLen() - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
get Include response length setting
- getIndex() - Method in class com.zebra.rfid.api3.Antennas.AntennaProperties
-
Gets the Index or ID of the antenna
- getInfo() - Method in exception com.zebra.rfid.api3.InvalidUsageException
-
The RFIDResults associated with the exception.
- getInternalName() - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- getInventoryState() - Method in class com.zebra.rfid.api3.Antennas.SingulationControl.SingulationAction
-
Gets the inventory state.
- GetInventoryState(int) - Static method in class com.zebra.rfid.api3.INVENTORY_STATE
-
- getipaddress() - Method in class com.zebra.rfid.api3.Network_IPConfig
-
- getIsHoppingConfigurable() - Method in class com.zebra.rfid.api3.CommunicationStandardInfo
-
- getIsHoppingOn() - Method in class com.zebra.rfid.api3.ActiveRegionInfo
-
- getItemList() - Method in class com.zebra.rfid.api3.MultiTagLocate
-
- getKeyId() - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
get Key ID
- getKeylayoutType() - Method in class com.zebra.rfid.api3.Config
-
- getKeyMgmt() - Method in class com.zebra.rfid.api3.RFIDWifi
-
- getKillFailureCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of the failed tag kills at the AntennaReadPoint
- getKillPassword() - Method in class com.zebra.rfid.api3.TagAccess.KillAccessParams
-
Kill Password.
- getKillPassword() - Method in class com.zebra.rfid.api3.TagAccess.RecommisionAccessParams
-
Kill Password.
- getKillPasswordMemoryIndex() - Method in class com.zebra.rfid.api3.TagAccess.LockAccessParams
-
Index for LockPrivilege in order to lock the Memory for Kill-Password
- getKillSuccessCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of tags successfully killed at the AntennaReadPoint
- getLastAccessResult(int[], int[]) - Method in class com.zebra.rfid.api3.TagAccess
-
This method retrives the result of the last performed access operation.
- getLastSeenTimeStamp() - Method in class com.zebra.rfid.api3.UpTime
-
Gets the last seen up time
- getLastSeenTimeStamp() - Method in class com.zebra.rfid.api3.UTCTime
-
Gets the last seen UTC time stamp in date time format
- getLEDColor() - Method in class com.zebra.rfid.api3.LedInfo
-
Gets the LED Color of the reader
- getLength() - Method in class com.zebra.rfid.api3.Antennas
-
Returns the number of antenna supported
- getLength() - Method in class com.zebra.rfid.api3.AttributeInfo
-
- getLength() - Method in class com.zebra.rfid.api3.GPIs
-
Gets the number of GPI ports supported by the reader
- getLength() - Method in class com.zebra.rfid.api3.GPOs
-
Gets the number of GPO ports supported
- getLength() - Method in class com.zebra.rfid.api3.TagAccess.Sequence
-
Get the Operation Sequence Length
- getLength() - Method in class com.zebra.rfid.api3.TagDataArray
-
Returns the number of tags populated and valid in the TagData array.
- getLevel() - Method in class com.zebra.rfid.api3.BATTERY_EVENT
-
- getLevel() - Method in class com.zebra.rfid.api3.Events.BatteryData
-
Gets the battery level
- getList() - Method in class com.zebra.rfid.api3.Profile
-
Gets the list of profiles available in the reader.
- getList() - Method in class com.zebra.rfid.api3.TimeZone
-
Gets the list of time zone available in the reader.
- getLLRPConnectionConfig() - Method in class com.zebra.rfid.api3.LLRPConnection
-
LLRP Connection Configuration of the reader
- getLocalTime() - Method in class com.zebra.rfid.api3.ReaderManagement
-
Reader's Local time
- getLocation() - Method in class com.zebra.rfid.api3.ReaderInfo
-
Gets the reader's location
- getLockFailureCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of the failed tag locked at the AntennaReadPoint
- getLockPrivilege() - Method in class com.zebra.rfid.api3.TagAccess.LockAccessParams
-
Lock privilege Array to specify the privilege for all memory banks.
- getLockSuccessCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of tags successfully locked at the AntennaReadPoint
- GetLogBuffer() - Method in class com.zebra.rfid.api3.Config
-
Gets the log buffer from SDK as String
- getM_nRAMTotal() - Method in class com.zebra.rfid.api3.SystemInfo
-
- getM_nRAMUsed() - Method in class com.zebra.rfid.api3.SystemInfo
-
- getM_NXPStats() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the NXP Statistics from the reader
- getManufacturerName() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the Manufacturer Name of the reader
- getManufacturingDate() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the Manufacturing Date of the reader
- getMask() - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
Mask specifies which memory blocks a tag permalocks.
- getMaskLength() - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
Number of bytes in pMask to be taken for comparison.
- getMaxMemoryBankByteCount() - Method in class com.zebra.rfid.api3.TagStorageSettings
-
Gets the maximum size of memory bank.
- getMaxNumOperationsInAccessSequence() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the maximum number of operations supported in Access sequence.
- getMaxNumPreFilters() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the maximum number of PreFilter supported
- getMaxRecords() - Method in class com.zebra.scannercontrol.FirmwareUpdateEvent
-
Get the maximum number of records available in the firmware update
- getMaxTagCount() - Method in class com.zebra.rfid.api3.TagStorageSettings
-
Gets the maximum tag count.
- getMaxTagIDLength() - Method in class com.zebra.rfid.api3.TagStorageSettings
-
Gets the maximum Tag ID length.
- getMaxTariValue() - Method in class com.zebra.rfid.api3.RFModeTableEntry
-
Gets the maximum TARI value.
- getMemoryBank() - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Memory Bank on which the filter is to be applied.
- getMemoryBank() - Method in class com.zebra.rfid.api3.TagAccess.BlockEraseAccessParams
-
Memory bank on which access operation is to be performed.
- getMemoryBank() - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
Memory Bank on which Block Permalock operation is to be performed.
- getMemoryBank() - Method in class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
Memory bank from which data is to be read from.
- getMemoryBank() - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
Memory bank on which data is to be written to.
- getMemoryBank() - Method in class com.zebra.rfid.api3.TagData
-
Gets the memory bank
- getMemoryBank() - Method in class com.zebra.rfid.api3.TagPatternBase
-
Memory Bank to be considered for filtering.
- getMemoryBankData() - Method in class com.zebra.rfid.api3.TagData
-
Gets the memory bank data
- getMemoryBankDataAllocatedSize() - Method in class com.zebra.rfid.api3.TagData
-
Gets the number of bytes allocated by the user for memory bank data
- getMemoryBankDataOffset() - Method in class com.zebra.rfid.api3.TagData
-
Gets the memory bank off-set
- GetMemoryBankValue(int) - Static method in class com.zebra.rfid.api3.MEMORY_BANK
-
- GetMemoryBankValue(String) - Static method in class com.zebra.rfid.api3.MEMORY_BANK
-
- getMetaData() - Method in class com.zebra.rfid.api3.UserAppInfo
-
Gets the Application MetaData
- getmHWDevice() - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- getMinTariValue() - Method in class com.zebra.rfid.api3.RFModeTableEntry
-
Gets the minimum TARI value.
- getModeIdentifer() - Method in class com.zebra.rfid.api3.RFModeTableEntry
-
Gets the mode identifier.
- getModelName() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the model name of the reader
- getModulation() - Method in class com.zebra.rfid.api3.RFModeTableEntry
-
Gets the modulation, the M value
- GetModulationValue(int) - Static method in class com.zebra.rfid.api3.MODULATION
-
- getMsgData() - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
Message data
- getMsgLen() - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
Message length
- getMultiTagLocateTagInfo(int) - Method in class com.zebra.rfid.api3.Actions
-
- getMultiTagLocateTagInfo(int) - Method in class com.zebra.rfid.api3.MultiTagLocate
-
- getN() - Method in class com.zebra.rfid.api3.TriggerWithTimeout
-
Number of Tags or Number of Inventory Attempts.
- getName() - Method in class com.zebra.rfid.api3.ReaderDevice
-
get name of the device
- getName() - Method in class com.zebra.rfid.api3.ReaderInfo
-
Gets the reader's name
- getName() - Method in class com.zebra.rfid.api3.RegionInfo
-
get region Name
- getnetmask() - Method in class com.zebra.rfid.api3.Network_IPConfig
-
- getNtpServer() - Method in class com.zebra.rfid.api3.ReaderManagement
-
- getNumAntennaSupported() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the maxumum number of antennas supported in the reader
- getNumberOfWords() - Method in class com.zebra.rfid.api3.TagData
-
Gets the Number of words written
- getNumGPIPorts() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the number of GPI(General Purpose Input) supported in the reader
- getNumGPOPorts() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the number of GPO(General Purpose Output) supported in the reader
- getNXPChangeConfigWord() - Method in class com.zebra.rfid.api3.NXP.ChangeConfigParams
-
- getOffset() - Method in class com.zebra.rfid.api3.AttributeInfo
-
- getOffset() - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
get Offset
- getOffset() - Method in class com.zebra.rfid.api3.SetAttribute
-
- getOffset() - Method in class com.zebra.rfid.api3.TagAccess.BlockEraseAccessParams
-
Address of the first byte to be written to the chosen memory bank.
- getOffset() - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
Byte offset; Address of the first byte for the Mask.
- getOffset() - Method in class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
The address of the first word to read from the chosen memory bank
Access operation is WORD aligned.
- getOffset() - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
Address of the first word to be written to the chosen memory bank.
- getOpCode() - Method in class com.zebra.rfid.api3.TagAccess.RecommisionAccessParams
-
Recommision operation code.
- getOpCode() - Method in class com.zebra.rfid.api3.TagData
-
C1G2 Operation as a result of which this Tag is being reported.
- getOperation(int) - Method in class com.zebra.rfid.api3.TagAccess.Sequence
-
Returns the operation already added at specified index before the sequence operation is executed.
- getOperationIndex() - Method in class com.zebra.rfid.api3.TagAccess.Sequence.Operation
-
Index of the operation added to the sequence.
- getOpStatus() - Method in class com.zebra.rfid.api3.TagData
-
Result of C1G2 Access Operation: OpStatus.
- getPassword() - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
get password
- getPassword() - Method in class com.zebra.rfid.api3.Gen2v2.ReadBufferParams
-
get password
- getPassword() - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
get password
- getPassword() - Method in class com.zebra.rfid.api3.LoginInfo
-
Gets the password used to connect with the reader
- getPassword() - Method in class com.zebra.rfid.api3.ReaderDevice
-
get reader's connect password
- getPassword() - Method in class com.zebra.rfid.api3.RFIDReader
-
- getPassword() - Method in class com.zebra.rfid.api3.SoftwareUpdateInfo
-
Gets the password
- getPATemp() - Method in class com.zebra.rfid.api3.Events.TemperatureAlarmData
-
Gets the PA Temperature
- getPC() - Method in class com.zebra.rfid.api3.TagData
-
PC (Protocol Control) bits
- getPeakRSSI() - Method in class com.zebra.rfid.api3.TagData
-
Gets the Peak RSSI
- getPercentage() - Method in class com.zebra.rfid.api3.UpdateStatus
-
Gets the how much percentage completed
- getPeriod() - Method in class com.zebra.rfid.api3.PeriodicTrigger
-
Non-zero value indicating the time period in milliseconds for which inventory will run.
- getPeriodicReportTrigger() - Method in class com.zebra.rfid.api3.ReportTriggers
-
Signifies different trigger mechanism to get tag reports
1.PeriodicReportTrigger
Possible Values:
0 - Tag reports will be generated at the end of inventory.
- getPermaLockData() - Method in class com.zebra.rfid.api3.TagData
-
Gets the Block perma lock data
- getPhase() - Method in class com.zebra.rfid.api3.TagData
-
Gets the Phase information
- getPhysicalProperties(int) - Method in class com.zebra.rfid.api3.Antennas
-
Not supported in Android RFID SDK
Gets the Physical antenna properties
This method gets the antenna physical properties such as whether antenna is enabled or not and the antenna gain
- getPieValue() - Method in class com.zebra.rfid.api3.RFModeTableEntry
-
Gets the Pie value.
- getPort() - Method in class com.zebra.rfid.api3.LLRPConnectionConfig
-
Gets the LLRP Server's port number
- getPort() - Method in class com.zebra.rfid.api3.RFIDReader
-
Gets the port number which is used for establishing connection
with the reader
- getPortNumber() - Method in class com.zebra.rfid.api3.GPITrigger
-
GPI Port number on which the trigger is to be enabled.
- getPortState(int) - Method in class com.zebra.rfid.api3.GPIs
-
Gets the current GPI Port state
- getPortState(int) - Method in class com.zebra.rfid.api3.GPOs
-
Gets the current GPO State as enabled or disabled
- getPower() - Method in class com.zebra.rfid.api3.Events.PowerData
-
Gets the power
- getPower() - Method in class com.zebra.rfid.api3.POWER_EVENT
-
- getPowerSourceType() - Method in class com.zebra.rfid.api3.SystemInfo
-
- getPreFilter(int) - Method in class com.zebra.rfid.api3.PreFilters
-
- getPrefilterList() - Method in class com.zebra.rfid.api3.AntennaConfig
-
- getProductID() - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- getProfile() - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
get profile
- getProfileList() - Method in class com.zebra.rfid.api3.ReaderManagement
-
Gets the list of profiles available in the reader.
- getProfileNames() - Method in class com.zebra.rfid.api3.ProfileInfo
-
- getPropertyVal() - Method in class com.zebra.rfid.api3.AttributeInfo
-
- getProtMode() - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
get protection mode
- getProtocolID() - Method in class com.zebra.rfid.api3.RFModeTable
-
Gets the protocol Identifier.
- getRadioConfigUpdate() - Method in class com.zebra.rfid.api3.ReaderManagement
-
Gets the Radio Config Update object
- getRadioFirmwareUpdate() - Method in class com.zebra.rfid.api3.ReaderManagement
-
Gets the reader firmware update object
- getRadioFirmwareVersion() - Method in class com.zebra.rfid.api3.SystemInfo
-
Gets the reader's Radio firmware version
- getRadioIdleTimeout() - Method in class com.zebra.rfid.api3.ReaderManagement
-
Gets the Radio Idle Timeout configured in the reader
- getRadioPowerState() - Method in class com.zebra.rfid.api3.Config
-
Gets the Radio power state to on or off state
- GetRadioPowerState(int) - Static method in class com.zebra.rfid.api3.RADIO_POWER_STATE
-
- getRAMAvailable() - Method in class com.zebra.rfid.api3.SystemInfo
-
Gets the available RAM memory in the reader
- getRAMTotal() - Method in class com.zebra.rfid.api3.SystemInfo
-
- getRAMUsed() - Method in class com.zebra.rfid.api3.SystemInfo
-
- getRange() - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
get range
- getRawDecodeData(Packet) - Static method in class com.zebra.scannercontrol.USBCDCScanner.SSIDecodeDataPlus
-
- getReaderCaps() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
- getReaderExceptionEventInfo() - Method in class com.zebra.rfid.api3.Events.ReaderExceptionEventData
-
Indicates the reason for Reader Exception.
- getReaderExceptionEventType() - Method in class com.zebra.rfid.api3.Events.ReaderExceptionEventData
-
Indicates the reason for Reader Exception.
- GetReaderExceptionEventTypeValue(int) - Static method in class com.zebra.rfid.api3.READER_EXCEPTION_EVENT_TYPE
-
- GetReaderIDType(int) - Static method in class com.zebra.rfid.api3.READER_ID_TYPE
-
- getReaderIDType() - Method in class com.zebra.rfid.api3.ReaderCapabilities.ReaderIdentification
-
Type of Reader ID : MAC-Address or EPC-ID as
supported by the reader.
- getReaderInfo() - Method in class com.zebra.rfid.api3.ReaderManagement
-
Reader information
- getReaderLocation() - Method in class com.zebra.rfid.api3.SystemInfo
-
Gets the reader location
- getreaderlog(String, boolean) - Method in class com.zebra.rfid.api3.Config
-
- getreadername() - Method in class com.zebra.rfid.api3.DISCONNECTION_EVENT_DATA
-
- getReaderName() - Method in class com.zebra.rfid.api3.SystemInfo
-
Gets the reader name
- getReaderStatistics(short) - Method in class com.zebra.rfid.api3.ReaderManagement
-
Gets the Reader Statistics from the reader
- getReadEventData() - Method in class com.zebra.rfid.api3.RfidReadEvents
-
- getReadFailureCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of the failed tag memory reads at the AntennaReadPoint
- getReadLock() - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
ReadLock specifies whether a tag backscatters the perlock status
of, or permalocks, one of more blocks within the memory bank as specified.
- getReadPointStatus(short) - Method in class com.zebra.rfid.api3.ReadPoint
-
Gets the Read Point (Antenna) status as enabled or not
This method gets the read point status for the specified antenna ID as enabled or not.
- getReadSuccessCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of successful number of tag memory reads at the AntennaReadPoint
- getReadTags(int) - Method in class com.zebra.rfid.api3.Actions
-
This method fetches a array of Tags that was read by the reader.
- getReadTagsEx(int) - Method in class com.zebra.rfid.api3.Actions
-
This method fetches a array of Tags that was read by the reader.
- getReceivePort() - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- getReceiveSensitivityIndex() - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- getReceiveSensitivityIndex() - Method in class com.zebra.rfid.api3.Antennas.Config
-
Gets the receive sensitivity index.
- getReceiveSensitivityValues() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Returns the Receiver Sensity Values.
- getRegion() - Method in class com.zebra.rfid.api3.RegulatoryConfig
-
gets region name which is currently applied to the reader
- getRegionCode() - Method in class com.zebra.rfid.api3.RegionInfo
-
Get Region Code
- getRegionInfo(RegionInfo) - Method in class com.zebra.rfid.api3.Config
-
method to get region information (hopping, default channels) for given region
- getRegionInfo(int) - Method in class com.zebra.rfid.api3.SupportedRegions
-
Returns the Region Details for the specified index
- getRegionName() - Method in class com.zebra.rfid.api3.ActiveRegionInfo
-
- getRegionName() - Method in class com.zebra.rfid.api3.CommunicationStandardInfo
-
- getRegionStandardList(String) - Method in class com.zebra.rfid.api3.ReaderManagement
-
- getRegulatoryConfig() - Method in class com.zebra.rfid.api3.Config
-
method to get current regulatory configuration set on the reader
- getRelativeDistance() - Method in class com.zebra.rfid.api3.LocationInfo
-
Relative distance of the Tag from the Reader.
- getRelativeDistance() - Method in class com.zebra.rfid.api3.MultiTagLocateInfo
-
- getRepeatTrigger() - Method in class com.zebra.rfid.api3.BATCH_MODE_EVENT
-
- getRespLen() - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
get the response length
- getResults() - Method in exception com.zebra.rfid.api3.OperationFailureException
-
The RFIDResults associated with the exception.
- getRfidConnectionState() - Method in class com.zebra.rfid.api3.Events
-
- getRFIDReader() - Method in class com.zebra.rfid.api3.ReaderDevice
-
- GetRfidStatusValue(int) - Static method in class com.zebra.rfid.api3.RFIDResults
-
- getRFMode(int) - Method in class com.zebra.rfid.api3.Antennas
-
Gets the RF Mode to be used with the inventory operations
- getRFModeTableEntryInfo(int) - Method in class com.zebra.rfid.api3.RFModeTable
-
Returns the RF Mode table entry for the specified index
- getrfModeTableIndex() - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- getRFModeTableInfo(int) - Method in class com.zebra.rfid.api3.RFModes
-
Gets the RF Mode table for the given index
- getRssiValueLimit() - Method in class com.zebra.rfid.api3.MultiTagLocateInfo
-
- getRunStatus() - Method in class com.zebra.rfid.api3.RUN_STATUS
-
- getRunStatus(String) - Method in class com.zebra.rfid.api3.UserApp
-
Gets the current run status of user application
- getRunStatus() - Method in class com.zebra.rfid.api3.UserAppInfo
-
Gets Application Running status
- GetSaveLlrpConfigStatus(boolean) - Method in class com.zebra.rfid.api3.Config
-
- getScannerHWSerialNumber() - Method in class com.zebra.scannercontrol.DCSScannerInfo
-
Hardware serial number (Bluetooth Serial Number or HID serial number) of a particular scanner.
- getScannerID() - Method in class com.zebra.scannercontrol.DCSScannerInfo
-
Method to access the scannerID
- getScannerInfo() - Method in class com.zebra.scannercontrol.FirmwareUpdateEvent
-
Get the scanner information that triggered the event
- getScannerModel() - Method in class com.zebra.scannercontrol.DCSScannerInfo
-
Method to access the model of the scanner
- getScannerName() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the Scanner Name of the reader
- getScannerName() - Method in class com.zebra.scannercontrol.DCSScannerInfo
-
Method which returns the name of the scanner
- getsecureconfig() - Method in class com.zebra.rfid.api3.RFIDWifi
-
- getSecureMode() - Method in class com.zebra.rfid.api3.LoginInfo
-
Gets the mode of connection used to connect with the reader
- getSendIDCDataAsBinaryEventEnabledFlag() - Method in class com.zebra.scannercontrol.IDCConfig
-
returns sendIDCDataAsBinaryEventEnabledFlag value
- getSentResp() - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
get sent response setting
- getSerialNumber() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the Serial Number of the reader
- getSerialNumber() - Method in class com.zebra.rfid.api3.ReaderDevice
-
- getSession() - Method in class com.zebra.rfid.api3.Antennas.SingulationControl
-
Gets the session.
- GetSession(int) - Static method in class com.zebra.rfid.api3.SESSION
-
- getShowEpc() - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
get show epc setting
- getShowUser() - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
get show user setting
- getSingulationControl() - Method in class com.zebra.rfid.api3.AntennaConfig
-
- getSingulationControl(int) - Method in class com.zebra.rfid.api3.Antennas
-
Gets the Singulation Control
- getSLFlag() - Method in class com.zebra.rfid.api3.Antennas.SingulationControl.SingulationAction
-
Gets the SL flag.
- GetSLFlag(int) - Static method in class com.zebra.rfid.api3.SL_FLAG
-
- getSoftwareUpdate() - Method in class com.zebra.rfid.api3.ReaderManagement
-
Gets the software Update object
- getSpectralMaskIndicator() - Method in class com.zebra.rfid.api3.RFModeTableEntry
-
Gets the Spectral Mask Indicator
Possible Values: 0 - 3
0 Unknown
1 SI – Meets [C1G2] Single-Interrogator Mode Mask
2 MI – Meets [C1G2] Multi-Interrogator Mode Mask
3 DI - Meets [C1G2] Dense-Interrogator Mode Mask
- GetSpectralMaskIndicatorValue(int) - Static method in class com.zebra.rfid.api3.SPECTRAL_MASK_INDICATOR
-
- getssid() - Method in class com.zebra.rfid.api3.Events.WPAEventData
-
- getssid() - Method in class com.zebra.rfid.api3.RFIDWifi
-
- getStandardName() - Method in class com.zebra.rfid.api3.ActiveRegionInfo
-
- getStandardName() - Method in class com.zebra.rfid.api3.CommunicationStandardInfo
-
- getStartTrigger() - Method in class com.zebra.rfid.api3.Config
-
method to get current start trigger settings from reader
- getStateAwareAction() - Method in class com.zebra.rfid.api3.PreFilters.StateAwareActionParams
-
Action Parameter for PreFilter (C1G2 Select).
- getStateUnawareAction() - Method in class com.zebra.rfid.api3.StateUnawareAction
-
Action Parameter for PreFilter (C1G2 Select).
- getStatus() - Method in class com.zebra.scannercontrol.FirmwareUpdateEvent
-
Get the status of the event
- getStatus() - Method in class com.zebra.scannercontrol.ReadWeight
-
Method to access the read weight status
- getStatusDescription() - Method in exception com.zebra.rfid.api3.OperationFailureException
-
- GetStatusEventData(RFID_EVENT_TYPE) - Method in class com.zebra.rfid.api3.Events
-
- getStatusEventType() - Method in class com.zebra.rfid.api3.Events.StatusEventData
-
Gets the status event type
- getStepTariValue() - Method in class com.zebra.rfid.api3.RFModeTableEntry
-
Gets the Step Tari value in nanoseconds.
- getStopTrigger() - Method in class com.zebra.rfid.api3.Config
-
method to get current stop trigger settings from reader
- getStopTriggerType() - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig.AntennaStopTrigger
-
- getStoreResp() - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
get store response setting
- getStringTagMask() - Method in class com.zebra.rfid.api3.TagPatternBase
-
The pattern against which to compare for tag-filtering.
- getStringTagPattern() - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
The pattern against which to compare for tag-filtering.
- getStringTagPattern() - Method in class com.zebra.rfid.api3.TagPatternBase
-
The pattern against which to compare for tag-filtering.
- getStringWriteData() - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
Returns data to be written in string format.
- getStringWriteData() - Method in class com.zebra.rfid.api3.TagAccess.WriteSpecificFieldAccessParams
-
Returns data to be written in string format.
- getSupportedChannels() - Method in class com.zebra.rfid.api3.RegionInfo
-
gets channels supported by region
- getSupportedRegionList() - Method in class com.zebra.rfid.api3.ReaderManagement
-
- getSwComponent() - Method in class com.zebra.scannercontrol.FirmwareUpdateEvent
-
Get the software component number downloading
- getSystemInfo() - Method in class com.zebra.rfid.api3.ReaderManagement
-
This function gets the system information related to the Reader like Reader Name, Firmware version, RAM available,
Flash available, Up time (how long the reader is running)
- getTableIndex() - Method in class com.zebra.rfid.api3.Antennas.RFMode
-
Gets the RF Mode table to be used.
- getTagEvent() - Method in class com.zebra.rfid.api3.TagData
-
Gets the Tag Event
- getTagEventTimeStamp() - Method in class com.zebra.rfid.api3.TagData
-
Gets the time stamp of Tag event
- getTagField(int) - Static method in class com.zebra.rfid.api3.TAG_FIELD
-
- getTagFields() - Method in class com.zebra.rfid.api3.TagStorageSettings
-
Selects the content of TagData which inturn specifies whether certain fields are required to be
processed by the Reader/Dll.
- getTagID() - Method in class com.zebra.rfid.api3.TagData
-
Gets the Tag ID
- getTagIDAllocatedSize() - Method in class com.zebra.rfid.api3.TagData
-
Gets the number of bytes allocated for Tag ID
- getTagMask() - Method in class com.zebra.rfid.api3.TagPatternBase
-
Bit Pattern to be matched.
- getTagMaskBitCount() - Method in class com.zebra.rfid.api3.TagPatternBase
-
Number of bits in TagMask to be taken for comparison.
- getTagPattern() - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
The pattern against which to compare for tag-filtering.
- getTagPattern() - Method in class com.zebra.rfid.api3.TagPatternBase
-
Memory Bank Data which is to be used for comparison.
- getTagPatternBitCount() - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Number of bits in TagData to be taken for comparison.
- getTagPatternBitCount() - Method in class com.zebra.rfid.api3.TagPatternBase
-
Number of bits in TagData to be taken for comparison.
- getTagPopulation() - Method in class com.zebra.rfid.api3.Antennas.SingulationControl
-
Gets Tag population.
- getTagReportTrigger() - Method in class com.zebra.rfid.api3.TriggerInfo
-
Signifies when to get trigged on TAG_READ_EVENT.
- getTags() - Method in class com.zebra.rfid.api3.TagDataArray
-
Returns the number of tags populated and valid in the TagData array.
- getTagSeenCount() - Method in class com.zebra.rfid.api3.TagData
-
Gets the Tag seen count
- getTagStorageSettings() - Method in class com.zebra.rfid.api3.Config
-
Get TagStorageSettings.
- getTagTransitTime() - Method in class com.zebra.rfid.api3.Antennas.SingulationControl
-
Gets the Tag Transit time.
- getTarget() - Method in class com.zebra.rfid.api3.PreFilters.StateAwareActionParams
-
Target Parameter for PreFilter (C1G2 Select).
- getTari() - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- getTari() - Method in class com.zebra.rfid.api3.Antennas.RFMode
-
Gets or sets the TARI specified in nsec.
- getTemperatureSource() - Method in class com.zebra.rfid.api3.Events.TemperatureAlarmData
-
Gets the Source Name (PA or Ambient) of Temperature Alarm Event
- GetTemperatureSourceEventTypeValue(int) - Static method in class com.zebra.rfid.api3.TEMPERATURE_SOURCE
-
- getTid() - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
get tid
- getTIDMemoryIndex() - Method in class com.zebra.rfid.api3.TagAccess.LockAccessParams
-
Index for LockPrivilege in order to lock Memory for TID
- getTimeout() - Method in class com.zebra.rfid.api3.GPITrigger
-
Trigger timeout in milliseconds.
- getTimeout() - Method in class com.zebra.rfid.api3.RFIDReader
-
Gets the timeout of the reader connection
- getTimeout() - Method in class com.zebra.rfid.api3.TriggerWithTimeout
-
Timeout for the operation.
- getTimeStamp() - Method in exception com.zebra.rfid.api3.InvalidUsageException
-
The timeStamp associated with the exception.
- getTimeStamp() - Method in exception com.zebra.rfid.api3.OperationFailureException
-
- getTimeZoneList() - Method in class com.zebra.rfid.api3.ReaderManagement
-
Gets the list of time zone available in the reader.
- getTimeZones() - Method in class com.zebra.rfid.api3.TimeZoneInfo
-
- getTotalRounds() - Method in class com.zebra.rfid.api3.Events.OperationEndSummaryData
-
Gets the total no.
- getTotalRounds() - Method in class com.zebra.rfid.api3.OPERATION_END_SUMMARY
-
- getTotalTags() - Method in class com.zebra.rfid.api3.Events.OperationEndSummaryData
-
Gets the total total number of tags operated on
- getTotalTags() - Method in class com.zebra.rfid.api3.OPERATION_END_SUMMARY
-
- getTotalTimeuS() - Method in class com.zebra.rfid.api3.Events.OperationEndSummaryData
-
Gets the total time taken for the operation
- getTotalTimeuS() - Method in class com.zebra.rfid.api3.OPERATION_END_SUMMARY
-
- getTraceLevel() - Method in class com.zebra.rfid.api3.Config
-
Gets the trace level
- getTraceLevel() - Method in class com.zebra.rfid.api3.ReaderManagement
-
Gets the trace level
- getTransmitFrequencyIndex() - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- getTransmitFrequencyIndex() - Method in class com.zebra.rfid.api3.Antennas.Config
-
Gets the transmit frequency index.
- getTransmitPort() - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- getTransmitPowerIndex() - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- getTransmitPowerIndex() - Method in class com.zebra.rfid.api3.Antennas.Config
-
Gets the Transmit power index.
- getTransmitPowerLevelValues() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Returns the Transmit power level values.
- getTransport() - Method in class com.zebra.rfid.api3.ReaderDevice
-
- getTransport() - Method in class com.zebra.rfid.api3.RFIDReader
-
- getTriggerType() - Method in class com.zebra.rfid.api3.StartTrigger
-
Type of Start Trigger.
- getTriggerType() - Method in class com.zebra.rfid.api3.StopTrigger
-
Type of Stop Trigger.
- getTruncateAction() - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Truncate Action indicates whether only a truncated portion of the tag
is to be backscattered by the tag or not.The portion that gets
backscattered includes the portion of the tag ID following the mask.
- getType() - Method in class com.zebra.rfid.api3.AttributeInfo
-
- getType() - Method in class com.zebra.rfid.api3.Events.WPAEventData
-
- getUniqueTagReport() - Method in class com.zebra.rfid.api3.Config
-
method to fetch Unique tag reporting settings from the reader
- GetUniqueTagReportSetting(int) - Static method in class com.zebra.rfid.api3.UNIQUE_TAG_REPORT_SETTING
-
- GetUntraceableRangeValue(int) - Static method in class com.zebra.rfid.api3.UNTRACEABLE_RANGE
-
- GetUntraceableRangeValue(String) - Static method in class com.zebra.rfid.api3.UNTRACEABLE_RANGE
-
- GetUntraceableTidValue(int) - Static method in class com.zebra.rfid.api3.UNTRACEABLE_TID
-
- GetUntraceableTidValue(String) - Static method in class com.zebra.rfid.api3.UNTRACEABLE_TID
-
- getUpdateInfo() - Method in class com.zebra.rfid.api3.UpdateStatus
-
Gets the partition name
- getUpdateStatus() - Method in class com.zebra.rfid.api3.SoftwareUpdate
-
Gets the software update status object
- getUpTime() - Method in class com.zebra.rfid.api3.SeenTime
-
Gets the Up time
- getUpTime() - Method in class com.zebra.rfid.api3.SystemInfo
-
Gets the reader uptime
- getUsbBatchModeConfig() - Method in class com.zebra.rfid.api3.Config
-
Gets the Usb Batch Mode Config
- getUSBOperationMode() - Method in class com.zebra.rfid.api3.ReaderManagement
-
USB operation mode of the Reader.
- getUserMemoryIndex() - Method in class com.zebra.rfid.api3.TagAccess.LockAccessParams
-
Index for LockPrivilege in order to lock the Memory for User Memory
- getUserName() - Method in class com.zebra.rfid.api3.LoginInfo
-
Gets the user name used to connect with the reader
- getUserName() - Method in class com.zebra.rfid.api3.SoftwareUpdateInfo
-
Gets the user name
- getUTCTime() - Method in class com.zebra.rfid.api3.SeenTime
-
Gets UTC time
- getValue() - Method in class com.zebra.rfid.api3.ACCESS_OPERATION_CODE
-
- getValue() - Method in class com.zebra.rfid.api3.ACCESS_OPERATION_STATUS
-
- getValue() - Method in class com.zebra.rfid.api3.ALARM_LEVEL
-
- getValue() - Method in class com.zebra.rfid.api3.ANTENNA_MODE
-
- getValue() - Method in class com.zebra.rfid.api3.AttributeInfo
-
- getValue() - Method in class com.zebra.rfid.api3.BATCH_MODE
-
- getValue() - Method in class com.zebra.rfid.api3.BEEPER_VOLUME
-
- getValue() - Method in class com.zebra.rfid.api3.COMMUNICATION_STANDARD
-
- getValue() - Method in class com.zebra.rfid.api3.CONNECTION_STATE
-
- getValue() - Method in class com.zebra.rfid.api3.DISCONNECTION_EVENT_TYPE
-
- getValue() - Method in class com.zebra.rfid.api3.DIVIDE_RATIO
-
- getValue() - Method in class com.zebra.rfid.api3.DYNAMIC_POWER_OPTIMIZATION
-
- getValue() - Method in class com.zebra.rfid.api3.EventAction
-
- getValue() - Method in class com.zebra.rfid.api3.FILTER_ACTION
-
- getValue() - Method in class com.zebra.rfid.api3.FILTER_MATCH_PATTERN
-
- getValue() - Method in class com.zebra.rfid.api3.FORWARD_LINK_MODULATION
-
- getValue() - Method in class com.zebra.rfid.api3.GEN2V2_OPERATION_CODE
-
- getValue() - Method in class com.zebra.rfid.api3.GEN2V2_OPERATION_STATUS
-
- getValue() - Method in class com.zebra.rfid.api3.GPI_PORT_STATE
-
- getValue() - Method in class com.zebra.rfid.api3.GPO_PORT_STATE
-
- getValue() - Method in class com.zebra.rfid.api3.HANDHELD_TRIGGER_EVENT_TYPE
-
- getValue() - Method in class com.zebra.rfid.api3.HEALTH_STATUS
-
- getValue() - Method in class com.zebra.rfid.api3.INVENTORY_STATE
-
- getValue() - Method in class com.zebra.rfid.api3.LED_COLOR
-
- getValue() - Method in class com.zebra.rfid.api3.LOCK_DATA_FIELD
-
- getValue() - Method in class com.zebra.rfid.api3.LOCK_PRIVILEGE
-
- getValue() - Method in class com.zebra.rfid.api3.MEMORY_BANK
-
- getValue() - Method in class com.zebra.rfid.api3.MODULATION
-
- getValue() - Method in class com.zebra.rfid.api3.OPERATION_QUALIFIER
-
- getValue() - Method in class com.zebra.rfid.api3.RADIO_POWER_STATE
-
- getValue() - Method in class com.zebra.rfid.api3.READER_EXCEPTION_EVENT_TYPE
-
- getValue() - Method in class com.zebra.rfid.api3.READER_ID_LENGTH
-
- getValue() - Method in class com.zebra.rfid.api3.READER_ID_TYPE
-
- getValue() - Method in class com.zebra.rfid.api3.READER_TYPE
-
- getValue() - Method in class com.zebra.rfid.api3.READPOINT_STATUS
-
- getValue() - Method in class com.zebra.rfid.api3.RFID_EVENT_TYPE
-
- getValue() - Method in class com.zebra.rfid.api3.RFIDResults
-
- getValue() - Method in class com.zebra.rfid.api3.SECURE_MODE
-
- getValue() - Method in class com.zebra.rfid.api3.SERVICE_ID
-
- getValue() - Method in class com.zebra.rfid.api3.SESSION
-
- getValue() - Method in class com.zebra.rfid.api3.SL_FLAG
-
- getValue() - Method in class com.zebra.rfid.api3.SPECTRAL_MASK_INDICATOR
-
- getValue() - Method in class com.zebra.rfid.api3.START_TRIGGER_TYPE
-
- getValue() - Method in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
- getValue() - Method in class com.zebra.rfid.api3.STATE_UNAWARE_ACTION
-
- getValue() - Method in class com.zebra.rfid.api3.STATUS_EVENT_TYPE
-
- getValue() - Method in class com.zebra.rfid.api3.STOP_TRIGGER_TYPE
-
- getValue() - Method in class com.zebra.rfid.api3.TAG_FIELD
-
- getValue() - Method in class com.zebra.rfid.api3.TARGET
-
- getValue() - Method in class com.zebra.rfid.api3.TEMPERATURE_SOURCE
-
- getValue() - Method in class com.zebra.rfid.api3.TRACE_LEVEL
-
- getValue() - Method in class com.zebra.rfid.api3.TRUNCATE_ACTION
-
- getValue() - Method in class com.zebra.rfid.api3.UNIQUE_TAG_REPORT_SETTING
-
- getValue() - Method in class com.zebra.rfid.api3.WRITE_FIELD_CODE
-
- getValue() - Method in enum com.zebra.scannercontrol.DCSSDKDefs.DCSSDK_RESULT
-
- getVendorID() - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- getVendorMessage() - Method in exception com.zebra.rfid.api3.InvalidUsageException
-
The vendor message associated with the exception.
- getVendorMessage() - Method in exception com.zebra.rfid.api3.OperationFailureException
-
- getVersion() - Method in class com.zebra.rfid.api3.VersionInfo
-
Provides RFIDAPI3 Library version
- getVoltage() - Method in class com.zebra.rfid.api3.Events.PowerData
-
Gets the voltage
- getVoltage() - Method in class com.zebra.rfid.api3.POWER_EVENT
-
- getWeight() - Method in class com.zebra.scannercontrol.ReadWeight
-
Method to access the weight read
- getWeightMode() - Method in class com.zebra.scannercontrol.ReadWeight
-
Method to access the weight mode
- getWifimac() - Method in class com.zebra.rfid.api3.RFIDWifi
-
- getWifiScanEventData() - Method in class com.zebra.rfid.api3.RfidWifiScanEvents
-
- getWifiState(String) - Method in class com.zebra.rfid.api3.Config
-
- getWifiState() - Method in class com.zebra.rfid.api3.RFIDWifi
-
- getWifiStatus() - Method in class com.zebra.rfid.api3.RFIDWifi
-
- getWordPtr() - Method in class com.zebra.rfid.api3.Gen2v2.ReadBufferParams
-
get word ptr
- getWriteData() - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
Pointer to a short array which contains the data to be written.
- getWriteData() - Method in class com.zebra.rfid.api3.TagAccess.WriteSpecificFieldAccessParams
-
Pointer to a short array which contains the data to be written.
- getWriteDataLength() - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
Length of the WriteData in words to be considered for write access operation.
- getWriteDataLength() - Method in class com.zebra.rfid.api3.TagAccess.WriteSpecificFieldAccessParams
-
Length of the array WriteData to be considered for write access operation.
- getWriteFailureCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get The number of the failed tag memory writes at the AntennaReadPoint
- getWriteRetries() - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
Get the number of retries to be performed for write access operation
- getWriteSuccessCount() - Method in class com.zebra.rfid.api3.ReaderStatistics
-
Get the number of successful tag memory writes at the AntennaReadPoint
- getXPC_W1() - Method in class com.zebra.rfid.api3.TagData
-
Gets First word of XPC
- getXPC_W2() - Method in class com.zebra.rfid.api3.TagData
-
Gets Second word of XPC
- getXSize() - Method in class com.zebra.scannercontrol.BarCodeView
-
- getYSize() - Method in class com.zebra.scannercontrol.BarCodeView
-
- GPI - Variable in class com.zebra.rfid.api3.Config
-
- GPI - Variable in class com.zebra.rfid.api3.StartTrigger
-
Not Supported in the RFID Android API SDK.
- GPI - Variable in class com.zebra.rfid.api3.StopTrigger
-
Not Supported in the RFID Android API SDK.
- GPI_EVENT - Static variable in class com.zebra.rfid.api3.STATUS_EVENT_TYPE
-
A GPI event (state change from high to low, or low to high) has occurred on a GPI port.
- GPI_PORT_STATE - Class in com.zebra.rfid.api3
-
Not supported in Android RFID SDK
GPI_PORT_STATE: State of a GPI port
- GPI_PORT_STATE_HIGH - Static variable in class com.zebra.rfid.api3.GPI_PORT_STATE
-
GPI Port is High
- GPI_PORT_STATE_LOW - Static variable in class com.zebra.rfid.api3.GPI_PORT_STATE
-
GPI Port is low
- GPI_PORT_STATE_UNKNOWN - Static variable in class com.zebra.rfid.api3.GPI_PORT_STATE
-
GPI Port is Unknown
- GPIEventData - Variable in class com.zebra.rfid.api3.Events.StatusEventData
-
Represents GPI Event Data (port and the current state).
- GPIs - Class in com.zebra.rfid.api3
-
This class represents the General Purpose Input (GPI)
- GPIs.Port - Class in com.zebra.rfid.api3
-
Represents the individual GPI Port
- GPITrigger - Class in com.zebra.rfid.api3
-
GPI-Trigger information.
- GPITrigger() - Constructor for class com.zebra.rfid.api3.GPITrigger
-
- GPO - Variable in class com.zebra.rfid.api3.Config
-
- GPO_PORT_STATE - Class in com.zebra.rfid.api3
-
Gets the value of GPO state
returns 0 for false state and 1 for true state
- GPOs - Class in com.zebra.rfid.api3
-
Represents the General Purpose Output (GPO)
- GPOs.Port - Class in com.zebra.rfid.api3
-
This class represents the individual GPO Port
- IDCConfig - Class in com.zebra.scannercontrol
-
Class will be used to manipulate Intelligent Document Capture(IDC) related configuration information
- IDCConfig() - Constructor for class com.zebra.scannercontrol.IDCConfig
-
public constructor
- IDcsSdkApi - Interface in com.zebra.scannercontrol
-
Interface which will be implemented by SDK which will control various operations of the scanner
- IDcsSdkApiDelegate - Interface in com.zebra.scannercontrol
-
Interface to be implemented by the app.
- IMMEDIATE - Static variable in class com.zebra.rfid.api3.Constants
-
- Impinj - Variable in class com.zebra.rfid.api3.TagAccess
-
Used to call perform Impinj's operations like QTReadParams, QTWriteParams, QTdata
- ImpinjQTData - Variable in class com.zebra.rfid.api3.AccessOperationResult
-
Data returned from Impinj's QT tag.Consists of Control data.
- importFromReader(String, String) - Method in class com.zebra.rfid.api3.Profile
-
This function downloads the readerHandle configuration XML file.
- importFromReader(String, String) - Method in class com.zebra.rfid.api3.ReaderManagement
-
This function downloads the readerHandle configuration XML file.
- importItemList(<any>) - Method in class com.zebra.rfid.api3.MultiTagLocate
-
- init(NativeLibParams) - Method in class com.zebra.rfid.api3.NXP
-
- init(NativeLibParams) - Method in class com.zebra.rfid.api3.TagAccess
-
- initialize(SDKHandler) - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- initiateFromReader() - Method in class com.zebra.rfid.api3.LLRPConnection
-
This function initiates a LLRP connection to a reader
- initSequence() - Method in class com.zebra.rfid.api3.TagAccess.Sequence
-
- install(String) - Method in class com.zebra.rfid.api3.UserApp
-
Installs the user application in the reader
- INTENT_ACTION - Static variable in class com.zebra.rfid.api3.Constants
-
- INTENT_DATA - Static variable in class com.zebra.rfid.api3.Constants
-
- INVALID_NO_EVENT - Static variable in class com.zebra.rfid.api3.RFID_EVENT_TYPE
-
This is invalid Event that used for skipping event
- InvalidUsageException - Exception in com.zebra.rfid.api3
-
InvalidUsageException is thrown when an invalid usage is detected by the
class library.
- InvalidUsageException(String, String) - Constructor for exception com.zebra.rfid.api3.InvalidUsageException
-
InvalidUsageException constructor with settable string and
results enum.
- InvalidUsageException(int, String, RFIDResults) - Constructor for exception com.zebra.rfid.api3.InvalidUsageException
-
- Inventory - Variable in class com.zebra.rfid.api3.Actions
-
The Inventory Operations Object.
- Inventory - Class in com.zebra.rfid.api3
-
This class handles Inventory operations.
- INVENTORY_LIST_FONT_SIZE - Static variable in class com.zebra.rfid.api3.Constants
-
- INVENTORY_LIST_MARGIN_SIZE - Static variable in class com.zebra.rfid.api3.Constants
-
- INVENTORY_START_EVENT - Static variable in class com.zebra.rfid.api3.RFID_EVENT_TYPE
-
Inventory Operation has started
- INVENTORY_START_EVENT - Static variable in class com.zebra.rfid.api3.STATUS_EVENT_TYPE
-
Inventory Operation has started.
- INVENTORY_STATE - Class in com.zebra.rfid.api3
-
INVENTORY_STATE: Inventory-State Parameter for PerformInventory
- INVENTORY_STATE_A - Static variable in class com.zebra.rfid.api3.INVENTORY_STATE
-
Indicates to select tags in State A for session SESSION
- INVENTORY_STATE_AB_FLIP - Static variable in class com.zebra.rfid.api3.INVENTORY_STATE
-
Indicates to select tags in State A or B and then flip them for the session
- INVENTORY_STATE_B - Static variable in class com.zebra.rfid.api3.INVENTORY_STATE
-
Indicates to select tags in State B for session SESSION
- INVENTORY_STOP_EVENT - Static variable in class com.zebra.rfid.api3.RFID_EVENT_TYPE
-
Inventory Operation has stopped
- INVENTORY_STOP_EVENT - Static variable in class com.zebra.rfid.api3.STATUS_EVENT_TYPE
-
Inventory Operation has stopped.
- InventoryStartEventData - Variable in class com.zebra.rfid.api3.Events.StatusEventData
-
Represents Inventory start event data.
- InventoryStopEventData - Variable in class com.zebra.rfid.api3.Events.StatusEventData
-
Represents Inventory stop event data.
- isAccessReportsEnabled() - Method in class com.zebra.rfid.api3.TagStorageSettings
-
Indicates whether Dll should enable reporting of
TAG_DATA for access operations like Write, Lock, Kill, etc.
- isActive() - Method in class com.zebra.scannercontrol.DCSScannerInfo
-
Method which returns true/false depending on whether we are communicating with the scanner or not
- isAntennaEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks if Antenna Event Notification is enabled/disabled.
- isAttachTagDataWithReadEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks whether Attach Tag Data with Read Event is enabled/disabled
- isAutoCommunicationSessionReestablishment() - Method in class com.zebra.scannercontrol.DCSScannerInfo
-
Method to know whether the scanner is configured to support connection reestablishment.
- isBatchModeEventSet() - Method in class com.zebra.rfid.api3.Events
-
Supported only in RFD8500.
- isBatterySet() - Method in class com.zebra.rfid.api3.Events
-
Checks if Battery Event Notification is enabled/disabled.
- isBlockEraseSupported() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the status of Block erase support.
- isBlockPermalockSupported() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the status of Blockpermalock support.
- isBlockWriteSupported() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the status of Block write support.
- isBufferFullEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks if Buffer Full Event is enabled or not
- isBufferFullWarningEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks if Buffer full warning Event Notification is enabled/disabled.
- isBulkFirmwareUpdateAvailable() - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- isCapabilitiesReceived() - Method in class com.zebra.rfid.api3.RFIDReader
-
Returns the current reader capabilities status
- isClient() - Method in class com.zebra.rfid.api3.LLRPConnectionConfig
-
Gets the boolean if configure LLRP as a client
- isConnected() - Method in class com.zebra.rfid.api3.Antennas.PhysicalProperties
-
Gets the status of antenna is connected or not
- isConnected() - Method in class com.zebra.rfid.api3.RFIDReader
-
Returns the current reader connection status
- isContainsLocationInfo() - Method in class com.zebra.rfid.api3.TagData
-
- isContainsMultiTagLocateInfo() - Method in class com.zebra.rfid.api3.TagData
-
- isEASSet() - Method in class com.zebra.rfid.api3.NXP.SetEASParams
-
Specifies whether to set or reset EAS System Bit
- isEmpty() - Method in class com.zebra.rfid.api3.Queue
-
Is the queue empty?
- isEnableTagEventReport() - Method in class com.zebra.rfid.api3.TriggerInfo
-
Enable Tag Event Report
- isEpcHAGTCConformance() - Method in class com.zebra.rfid.api3.RFModeTableEntry
-
Gets EPC HAG T&C Conformance
Indicates whether reader has received EPC Global Conformance for this mode as
specified in EPCGlobal Testing and Conformance
- isGPIEvent() - Method in class com.zebra.rfid.api3.GPITrigger
-
The Boolean value that causes a GPI event to trigger.
- isGPIEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks if GPI Event Notification is enabled/disabled.
- isHandheldEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks Hand held Gun/Button event is enabled/disabled
- isHoppingConfigurable() - Method in class com.zebra.rfid.api3.RegionInfo
-
Indicates whether supported channels of region are configurable to the reader by user
- isHoppingEnabled() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Returns Hopping is enabled or not.
- isHoppingon() - Method in class com.zebra.rfid.api3.RegulatoryConfig
-
Indicate whether hopping on
- isInventoryStartEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks if Inventory Start Event Notification is enabled/disabled.
- isInventoryStopEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks if Inventory Stop Event Notification is enabled/disabled.
- isLoggedIn() - Method in class com.zebra.rfid.api3.ReaderManagement
-
Gets the login status whether logged in or not.
- isMultiTagLocatePerforming() - Method in class com.zebra.rfid.api3.MultiTagLocate
-
- isNXPCommandSupported() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the information on NXP Commands support.
- isOperationEndSummaryEvenSet() - Method in class com.zebra.rfid.api3.Events
-
Checks if Operation End Summary Event Notification is enabled/disabled.
- isPerformStateAwareSingulationActionSet() - Method in class com.zebra.rfid.api3.Antennas.SingulationControl.SingulationAction
-
Gets the Perform State aware singulation action (true or false)
- isPortEnabled(int) - Method in class com.zebra.rfid.api3.GPIs
-
Gets the GPI Port status
- isPowerEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks if Power Event Notification is enabled/disabled.
- isRadioPowerControlSupported() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the status of Radio Power Control support.
- isReaderDisconnectEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks if Reader Disconnection Event Notification is enabled/disabled.
- isReaderExceptionEventSet() - Method in class com.zebra.rfid.api3.Events
-
Event notifying that an exception has occurred in the Reader.
- isRecommisionSupported() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the status of Recommision support.
- isRSSIFilterSupported() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets whether RSSI Filter supported
- isRSSIRangeFilterUsed() - Method in class com.zebra.rfid.api3.AccessFilter
-
Whether to use RSSI Range Filter or not
- isScanDataEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks if WPA Event Notification is enabled/disabled.
- isSsiPlusSupport() - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- isTagEventReportingSupported() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets whether Tag Event Reporting supported
- isTagInventoryStateAwareSingulationSupported() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the status of Tag Inventory State aware singulation supported
or not.
- isTagLocationingSupported() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the status of Tag Locationing feature support
- isTagReadEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks Tag Read Event is enabled/disabled
- isTagsOnInventoryStopDiscarded() - Method in class com.zebra.rfid.api3.TagStorageSettings
-
Option to discard the tags which are reported by the reader
when inventory/access-sequence operation has been stopped by a call
to Actions.Inventory.Stop or Actions.TagAccess.OperationSequence.StopSequence.
- isTemperatureAlarmEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks if Temperature Event Notification is enabled/disabled.
- isUTCClockSupported() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the status of UTC Clock supported in the reader.
- isWPAEventSet() - Method in class com.zebra.rfid.api3.Events
-
Checks if WPA Event Notification is enabled/disabled.
- isWriteUMISupported() - Method in class com.zebra.rfid.api3.ReaderCapabilities
-
Gets the status of WriteUMI support.
- RADIO_POWER_STATE - Class in com.zebra.rfid.api3
-
Radio power state
- ReadAccessParams(MEMORY_BANK, int, int, long) - Constructor for class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
- ReadAccessParams() - Constructor for class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
Constructor.
- ReadAccessParams - Variable in class com.zebra.rfid.api3.TagAccess.Sequence.Operation
-
Valid if AccessOperationCode is ACCESS_OPERATION_READ
- readBuffer(Gen2v2.ReadBufferParams, AccessFilter, AntennaInfo) - Method in class com.zebra.rfid.api3.Gen2v2
-
This method is used to authenticate.
- ReadBufferParams - Variable in class com.zebra.rfid.api3.Gen2v2.Operation
-
Valid if Gen2v2 operation is ReadBuffer
- ReadBufferParams(Long, int, int) - Constructor for class com.zebra.rfid.api3.Gen2v2.ReadBufferParams
-
- ReadBufferParams() - Constructor for class com.zebra.rfid.api3.Gen2v2.ReadBufferParams
-
- readData(byte[]) - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- readDataFromScanner(byte[], int) - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- READER_EXCEPTION - Static variable in class com.zebra.rfid.api3.DISCONNECTION_EVENT_TYPE
-
Reader has reported an exception.
- READER_EXCEPTION_EVENT - Static variable in class com.zebra.rfid.api3.STATUS_EVENT_TYPE
-
Event notifying that an exception has occurred in the Reader.
- READER_EXCEPTION_EVENT_TYPE - Class in com.zebra.rfid.api3
-
READER_EXCEPTION_EVENT_TYPE: Event indicating the reason for Reader exception.
- READER_ID_LENGTH - Class in com.zebra.rfid.api3
-
Gets the value of mac/epc length
- READER_ID_TYPE - Class in com.zebra.rfid.api3
-
READER_ID_TYPE: Specifies the Reader ID Type
- READER_INITIATED_DISCONNECTION - Static variable in class com.zebra.rfid.api3.DISCONNECTION_EVENT_TYPE
-
Disconnection notified from Reader
(For e.g.
- READER_TYPE - Class in com.zebra.rfid.api3
-
READER_TYPE: Used in Reader-Management API: Login
- ReaderCapabilities - Class in com.zebra.rfid.api3
-
This class represents the Reader Capabilities
- ReaderCapabilities - Variable in class com.zebra.rfid.api3.RFIDReader
-
Access the Reader Capabilities
- ReaderCapabilities.ReaderIdentification - Class in com.zebra.rfid.api3
-
Represents Reader Identification.
- ReaderDevice - Class in com.zebra.rfid.api3
-
Contains the paramaters such as name, password, address of the reader device and methods to manage
these parameters.
- ReaderDevice() - Constructor for class com.zebra.rfid.api3.ReaderDevice
-
Empty Constructor.
- ReaderDevice(String, String) - Constructor for class com.zebra.rfid.api3.ReaderDevice
-
Constructor.
- ReaderDevice(String, String, RFIDReader) - Constructor for class com.zebra.rfid.api3.ReaderDevice
-
- ReaderExceptionEventData - Variable in class com.zebra.rfid.api3.Events.StatusEventData
-
Represents Reader Exception event data
- ReaderID - Variable in class com.zebra.rfid.api3.ReaderCapabilities
-
Reader Id
- ReaderInfo - Class in com.zebra.rfid.api3
-
This class contains the reader's information which includes name, description, location and contact
- ReaderInfo() - Constructor for class com.zebra.rfid.api3.ReaderInfo
-
ReaderInfo constructor
- ReaderInfo(String, String, String, String) - Constructor for class com.zebra.rfid.api3.ReaderInfo
-
Overloaded constructor takes reader's name, description, location and contact
- ReaderManagement - Class in com.zebra.rfid.api3
-
This class encapsulates the Reader Management functionality such as reboot,
firmware update.
- ReaderManagement() - Constructor for class com.zebra.rfid.api3.ReaderManagement
-
Reader Management constructor
- Readers - Class in com.zebra.rfid.api3
-
This class contains the management of Readers as bluetooth device.
- Readers() - Constructor for class com.zebra.rfid.api3.Readers
-
Readers constructor
- Readers(Context, ENUM_TRANSPORT) - Constructor for class com.zebra.rfid.api3.Readers
-
- Readers.RFIDReaderEventHandler - Interface in com.zebra.rfid.api3
-
Interface to be implemented by fragments to be notified when a new device is discovered via bluetooth
- ReaderStatistics - Class in com.zebra.rfid.api3
-
This class represents the Reader statistics
- readEvent(TagAccess.ReadAccessParams, AccessFilter, AntennaInfo) - Method in class com.zebra.rfid.api3.TagAccess
-
This method is used to read memory bank data from tags that match the AccessFilter
criteria if specified.
- ReadPoint - Variable in class com.zebra.rfid.api3.ReaderManagement
-
Object of Class Readpoint
- ReadPoint - Class in com.zebra.rfid.api3
-
This class contains the functionality related to read point (Antenna).
- READPOINT_STATUS - Class in com.zebra.rfid.api3
-
Read point status
- ReadProtectParams(long) - Constructor for class com.zebra.rfid.api3.NXP.ReadProtectParams
-
- ReadProtectParams() - Constructor for class com.zebra.rfid.api3.NXP.ReadProtectParams
-
Constructor
- ReadProtectParams - Variable in class com.zebra.rfid.api3.TagAccess.Sequence.Operation
-
valid if AccessOperationCode is ACCESS_OPERATION_NXP_READ_PROTECT
- readWait(String, TagAccess.ReadAccessParams, AntennaInfo, boolean) - Method in class com.zebra.rfid.api3.TagAccess
-
This method is used to read memory bank data from a specific tag.
- readWait(String, TagAccess.ReadAccessParams, AntennaInfo) - Method in class com.zebra.rfid.api3.TagAccess
-
This method is used to read memory bank data from a specific tag.
- ReadWeight - Class in com.zebra.scannercontrol
-
Purpose: Shows weight reading related information returned by the scale
- ReadWeight(ArrayList<RSMAttribute>) - Constructor for class com.zebra.scannercontrol.ReadWeight
-
- RECEIVE_ERROR - Static variable in class com.zebra.rfid.api3.CONNECTION_STATE
-
- RecommisionAccessParams(long, RECOMMISSION_OPERATION_CODE) - Constructor for class com.zebra.rfid.api3.TagAccess.RecommisionAccessParams
-
- RecommisionAccessParams() - Constructor for class com.zebra.rfid.api3.TagAccess.RecommisionAccessParams
-
Constructor
- RecommisionAccessParams - Variable in class com.zebra.rfid.api3.TagAccess.Sequence.Operation
-
valid if AccessOperationCode is ACCESS_OPERATION_RECOMMISSION
- recommisionEvent(TagAccess.RecommisionAccessParams, AccessFilter, AntennaInfo) - Method in class com.zebra.rfid.api3.TagAccess
-
Not Supported in the Android RFID SDK.
- recommisionWait(String, TagAccess.RecommisionAccessParams, AntennaInfo) - Method in class com.zebra.rfid.api3.TagAccess
-
Not Supported in the Android RFID SDK.
- reconnect() - Method in class com.zebra.rfid.api3.RFIDReader
-
Reconnects to the reader, if the connection is lost.
- RECONNECTING - Static variable in class com.zebra.rfid.api3.CONNECTION_STATE
-
- REDUCE_RANGE - Static variable in class com.zebra.rfid.api3.UNTRACEABLE_RANGE
-
reduce range
- RegionInfo - Class in com.zebra.rfid.api3
-
Contains the paramters of Region Information and methods to manage these parameters
- RegionInfo() - Constructor for class com.zebra.rfid.api3.RegionInfo
-
- RegulatoryConfig - Class in com.zebra.rfid.api3
-
Contains the parameters of Regulatory config and methods to get/set these parameters
- RegulatoryConfig() - Constructor for class com.zebra.rfid.api3.RegulatoryConfig
-
- reinitTransport() - Method in class com.zebra.rfid.api3.RFIDReader
-
- removeEventsListener(RfidEventsListener) - Method in class com.zebra.rfid.api3.Events
-
Removes the Event Listener.
- removeWifiScanDataEventsListener(WifiScanDataEventsListener) - Method in class com.zebra.rfid.api3.Events
-
Removes the Event Listener.
- REPLACEMENT_DELIMITER - Static variable in class com.zebra.scannercontrol.SDKHandler
-
- ReportTriggers - Class in com.zebra.rfid.api3
-
Class related to REPORT_TRIGGERS struct/class
Not Supported in the Android RFID SDK.
- ReportTriggers() - Constructor for class com.zebra.rfid.api3.ReportTriggers
-
Constructor
- ReportTriggers(int) - Constructor for class com.zebra.rfid.api3.ReportTriggers
-
Constructor
- ReportTriggers - Variable in class com.zebra.rfid.api3.TriggerInfo
-
Not Supported in the Android RFID SDK.
- reserved - Variable in class com.zebra.rfid.api3.LED_INFO
-
- RESERVED_MEMORY - Static variable in class com.zebra.rfid.api3.Constants
-
- reset() - Method in class com.zebra.rfid.api3.Actions
-
This method resets and restarts the reader.
- resetFactoryDefaults() - Method in class com.zebra.rfid.api3.Config
-
Restores to factory default settings in the reader.
- ResetReadProtectParams(long) - Constructor for class com.zebra.rfid.api3.NXP.ResetReadProtectParams
-
- ResetReadProtectParams() - Constructor for class com.zebra.rfid.api3.NXP.ResetReadProtectParams
-
Constructor
- ResetReadProtectParams - Class in com.zebra.rfid.api3
-
Get/set/reset access password
- ResetReadProtectParams() - Constructor for class com.zebra.rfid.api3.ResetReadProtectParams
-
Constructor
- ResetReadProtectParams - Variable in class com.zebra.rfid.api3.TagAccess.Sequence.Operation
-
valid if AccessOperationCode is ACCESS_OPERATION_NXP_RESET_READ_PROTECT
- RESPONSE_TIMEOUT - Static variable in class com.zebra.rfid.api3.Constants
-
- restart() - Method in class com.zebra.rfid.api3.ReaderManagement
-
This method restarts or reboot the reader.To restart the reader for any reasons, this method allows to restart the
reader.
- reverseElements() - Method in class com.zebra.rfid.api3.Queue
-
Returns an enumeration of the elements in First-In, First-Out
order.
- RFID_ACCESS_DPO_ENABLED_ERROR - Static variable in class com.zebra.rfid.api3.RFIDResults
-
DPO in enabled, cannot perform access operation
- RFID_ACCESS_IMPINJ_QT_READ_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Impinj QT Read failed
- RFID_ACCESS_IMPINJ_QT_WRITE_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Impinj QT Write failed
- RFID_ACCESS_IN_PROGRESS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Access Operation in progress, cannot perform requested operation
- RFID_ACCESS_NXP_CHANGE_CONFIG_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
NXP Change Config failed*
- RFID_ACCESS_NXP_TAG_READ_PROTECT_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Tag Read Protect failed
- RFID_ACCESS_NXP_TAG_SET_EAS_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Tag SetEAS failed
- RFID_ACCESS_SEQUENCE_ADDITION_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
- RFID_ACCESS_SEQUENCE_EMPTY - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Access Sequence is Empty
- RFID_ACCESS_SEQUENCE_IN_USE - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Access Sequence is already in use
- RFID_ACCESS_SEQUENCE_MAX_OP_EXCEEDED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Reached limit for maximum number of operations that can be added into Access-Sequence
- RFID_ACCESS_SEQUENCE_NOT_INITIALIZED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Access Sequence is not initialized
- RFID_ACCESS_TAG_BLOCK_ERASE_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Tag Block Erase failed
- RFID_ACCESS_TAG_BLOCK_PERMALOCK_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Tag Block Permalock failed
- RFID_ACCESS_TAG_BLOCK_WRITE_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Tag Block Write failed
- RFID_ACCESS_TAG_KILL_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Tag Kill failed
- RFID_ACCESS_TAG_LOCK_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Tag Lock failed
- RFID_ACCESS_TAG_NOT_FOUND - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Tag(s) not found in the field which matches the set Filter(s)
- RFID_ACCESS_TAG_READ_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Tag read failed
- RFID_ACCESS_TAG_RECOMMISSION_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Tag Recommission failed
- RFID_ACCESS_TAG_WRITE_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Tag Write failed
- RFID_API_BUFFER_TOO_SMALL - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Assigned memory buffer is small
- RFID_API_CANNOT_ALLOC_MEM - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Cannot allocate memory
- RFID_API_COMMAND_TIMEOUT - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Command timeout
- RFID_API_DATA_NOT_INITIALISED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
DATA should be initialized before using the structure
- RFID_API_INVALID_HANDLE - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Invalid Handle is provided
- RFID_API_LOCK_ACQUIRE_FAILURE - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Invalid Error-Code
- RFID_API_PARAM_ERROR - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Invalid parameter given
- RFID_API_PARAM_OUT_OF_RANGE - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Parameter out of range
- RFID_API_SUCCESS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Function succeeded
- RFID_API_UNKNOWN_ERROR - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Unable to determine error
- RFID_API_ZONE_ID_ALREADY_EXITS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Zone ID already exists
- RFID_API_ZONE_ID_NOT_FOUND - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Zone ID not found
- RFID_BATCHMODE_IN_PROGRESS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Batch mode Inventory in progress, cannot perform requested operation
- RFID_CAP_GET_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Unable to get the capability
- RFID_CAP_NOT_SUPPORTED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
The specified capability is not supported
- RFID_CHARGING_COMMAND_NOT_ALLOWED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Charging is in progress, cannot perform requested operation
- RFID_COMM_CONNECTION_ALREADY_EXISTS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Connection Already exists
- RFID_COMM_NO_CONNECTION - Static variable in class com.zebra.rfid.api3.RFIDResults
-
No Connection exists to the Host
- RFID_COMM_OPEN_ERROR - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Unable to open connection to the reader
- RFID_COMM_RECV_ERROR - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Error reading from transport interface
- RFID_COMM_RESOLVE_ERROR - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Unable to resolve IP or Host Name
- RFID_COMM_SEND_ERROR - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Error writing to transport interface
- RFID_CONFIG_GET_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Unable to get the configuration
- RFID_CONFIG_SET_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Unable to set the configuration
- RFID_CONNECTION_PASSWORD_ERROR - Static variable in class com.zebra.rfid.api3.RFIDResults
-
connection password missing or invalid
- RFID_EVENT_TYPE - Class in com.zebra.rfid.api3
-
Event Type: Parameter for RegisterEventNotification
- RFID_FILTER_INVALID_INDEX - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Invalid index specified
- RFID_FILTER_MAX_FILTERS_EXCEEDED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Reached limit for maximum number of filters that can be added
- RFID_FILTER_NO_FILTER - Static variable in class com.zebra.rfid.api3.RFIDResults
-
No Filter criteria specified
- RFID_HOST_SECURITY_CERTIFICATE_ERROR - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Host Security certificate missing or invalid
- RFID_HOST_SECURITY_KEY_ERROR - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Host private key missing or invalid
- RFID_INVALID_ERROR_CODE - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Invalid Error-Code
- RFID_INVALID_SOCKET - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Invalid socket of reader passed to accept Connection
- RFID_INVENTORY_IN_PROGRESS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Inventory in progress, cannot perform requested operation
- RFID_INVENTORY_MAX_TAGS_EXCEEDED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Tag List is full, tag cannot be stored
- RFID_NO_ACCESS_IN_PROGRESS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
There is no Access operation in progress
- RFID_NO_INVENTORY_IN_PROGRESS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
There is no Inventory in progress
- RFID_NO_NXP_EAS_SCAN_IN_PROGRESS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
There is no NXP EAS SCAN operation in progress
- RFID_NO_READ_TAGS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
No read Tags
- RFID_NO_REPORTED_EVENTS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
No Events have been reported from the Reader
- RFID_NO_TAG_LOCATING_IN_PROGRESS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
There is no Tag locating operation in progress
- RFID_NXP_EAS_SCAN_IN_PROGRESS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
NXP EAS SCAN Operation in progress, cannot perform requested operation
- RFID_OPERATION_IN_PROGRESS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Operation in progress, cannot perform requested operation
- RFID_READER_FUNCTION_UNSUPPORTED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Functionality Not Supported by Reader
- RFID_READER_REGION_NOT_CONFIGURED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Region of the Reader is not configured
- RFID_READER_REINITIALIZING - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Reader is reinitializing after a Firmware/OEM update
- RFID_RECONNECT_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Unable to Reconnect to reader.
- RFID_RM_COMMAND_FAILED - Static variable in class com.zebra.rfid.api3.RFIDResults
-
RM Command processing failed
- RFID_RM_INVALID_USERNAME_PASSWORD - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Invalid Username or password
- RFID_RM_NO_UPDATION_IN_PROGRESS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
No Updation going on at present
- RFID_RM_UPDATION_IN_PROGRESS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Updation already in progress
- RFID_ROOT_SECURITY_CERTIFICATE_ERROR - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Root CA Security certificate missing or invalid
- RFID_SECURE_CONNECTION_ERROR - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Secure connection error.
- RFID_TAG_LOCATING_IN_PROGRESS - Static variable in class com.zebra.rfid.api3.RFIDResults
-
Tag Locating in progress, cannot perform requested operation
- RfidEventsListener - Interface in com.zebra.rfid.api3
-
The interface contains read event and status event handlers to be implemented by the application
in order to handle different RFID events generated.
- RFIDReader - Class in com.zebra.rfid.api3
-
Provides the RFIDReader object.
- RFIDReader() - Constructor for class com.zebra.rfid.api3.RFIDReader
-
The constructor
- RFIDReader(String, int, int) - Constructor for class com.zebra.rfid.api3.RFIDReader
-
Constructor takes host name or IP address, port and timeout as parameter
- RFIDReader(String, int, int, String, String) - Constructor for class com.zebra.rfid.api3.RFIDReader
-
Constructor takes host name or IP address, port and timeout as parameter
- RFIDReaderAppeared(ReaderDevice) - Method in interface com.zebra.rfid.api3.Readers.RFIDReaderEventHandler
-
This method will be called when reader device got paired.
- RFIDReaderDisappeared(ReaderDevice) - Method in interface com.zebra.rfid.api3.Readers.RFIDReaderEventHandler
-
This method will be called when reader device got unpaired.
- RfidReadEvents - Class in com.zebra.rfid.api3
-
This class gets the readevent data and set the read event data
- RfidReadEvents(Object) - Constructor for class com.zebra.rfid.api3.RfidReadEvents
-
- RFIDResults - Class in com.zebra.rfid.api3
-
Contains the status of function execution result
- RfidStatusEvents - Class in com.zebra.rfid.api3
-
Sets the statusEvent data
- RfidStatusEvents(Object) - Constructor for class com.zebra.rfid.api3.RfidStatusEvents
-
- RFIDWifi - Class in com.zebra.rfid.api3
-
- RFIDWifi() - Constructor for class com.zebra.rfid.api3.RFIDWifi
-
- RfidWifiScanEvents - Class in com.zebra.rfid.api3
-
- RfidWifiScanEvents(Object) - Constructor for class com.zebra.rfid.api3.RfidWifiScanEvents
-
- RFMode() - Constructor for class com.zebra.rfid.api3.Antennas.RFMode
-
Connstructor
- RFMode(int, int) - Constructor for class com.zebra.rfid.api3.Antennas.RFMode
-
Constructor with parameters
- RFModes - Variable in class com.zebra.rfid.api3.ReaderCapabilities
-
RF Modes supported by the reader
- RFModes - Class in com.zebra.rfid.api3
-
Gets the RFMode table and its size
- RFModeTable - Class in com.zebra.rfid.api3
-
Gets an entry of RFModeTable, size and protocolID
- RFModeTableEntry - Class in com.zebra.rfid.api3
-
This class represents the RF Mode table entry
- RM - Static variable in class com.zebra.rfid.api3.SERVICE_ID
-
RM Server
- RMD_ATTR_ACTION_BEEPER_LED - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_CHARGE_CYCLES_CONSUMED - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_CHARGE_STATUS - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_CURRENT - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_DESIGN_CAPACITY - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_FIRMWARE_VERSION - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_FULL_CHARGE_CAP - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_MANUFACTURE_DATE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_MODEL_NUMBER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_REMAINING_CAP - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_REMAINING_TIME_TO_COMPLETE_CHARGING - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_SERIAL_NUMBER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_STATE_OF_CHARGE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_STATE_OF_HEALTH_METER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_TEMP_HIGHEST - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_TEMP_LOWEST - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_TEMP_PRESENT - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BAT_VOLTAGE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BEEPER_FREQUENCY - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_BEEPER_VOLUME - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_CONFIG_NAME - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_DOM - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_FW_VERSION - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_ID_NAME - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_ID_SERIAL_NUMBER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_MODEL_NUMBER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SERIAL_NUMBER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_AUSTRALIAN_POST - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_AZTEC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_BOOKLAND_EAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_CHINESE_2_OF_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_CODABAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_CODE_11 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_CODE_128 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_CODE_32 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_CODE_39 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_CODE_93 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_COMPOSITE_AB - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_COMPOSITE_C - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_COMPOSITE_TLC39 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_DATAMATRIXQR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_DISCRETE_2_OF_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_DOTCODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_EAN_13_JAN_13 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_EAN_8_JAN_8 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_FICS - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_GS1_DATABAR_14 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_GS1_DATABAR_EXPANDED - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_GS1_DATABAR_LIMITED - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_HAN_XIN_CODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_INTERLEAVED_2_OF_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_ISBN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_ISBT_128 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_ISSN_EAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_JAPAN_POST - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_KIX_CODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_KOREAN_3_OF_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_MATRIX_2_OF_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_MAXICODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_MICRO_QR_CODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_MICROPDF417 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_MSI - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_PDF - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_QR_CODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_TRIOPTIC_CODE_39 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_UCC_COUPON_EXTENDED - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_UCC_EAN_128 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_UK_POSTAL - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_UPC_A - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_UPC_E - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_UPC_E_1 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_US_PLANET - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_US_POSTNET - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_SYM_USPS_4CB - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_FAST_WARBLE_BEEP - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_HIGH_HIGH_LOW_LOW_BEEP - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_HIGH_LONG_BEEP_1 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_HIGH_LONG_BEEP_2 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_HIGH_LONG_BEEP_3 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_HIGH_LONG_BEEP_4 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_HIGH_LONG_BEEP_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_HIGH_LOW_BEEP - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_HIGH_LOW_HIGH_BEEP - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_HIGH_SHORT_BEEP_1 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_HIGH_SHORT_BEEP_2 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_HIGH_SHORT_BEEP_3 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_HIGH_SHORT_BEEP_4 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_HIGH_SHORT_BEEP_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LED_GREEN_OFF - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LED_GREEN_ON - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LED_OTHER_OFF - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LED_OTHER_ON - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LED_RED_OFF - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LED_RED_ON - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LOW_HIGH_BEEP - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LOW_HIGH_LOW_BEEP - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LOW_LONG_BEEP_1 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LOW_LONG_BEEP_2 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LOW_LONG_BEEP_3 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LOW_LONG_BEEP_4 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LOW_LONG_BEEP_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LOW_SHORT_BEEP_1 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LOW_SHORT_BEEP_2 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LOW_SHORT_BEEP_3 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LOW_SHORT_BEEP_4 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_LOW_SHORT_BEEP_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_ACTION_SLOW_WARBLE_BEEP - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_BEEPER_FREQ_HIGH - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_BEEPER_FREQ_LOW - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_BEEPER_FREQ_MEDIUM - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_BEEPER_VOLUME_HIGH - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_BEEPER_VOLUME_LOW - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_BEEPER_VOLUME_MEDIUM - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_GET_SLOWEST_DECODE_IMAGE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_RESET_SSA_FOR_SYMBOLOGY_TYPE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SLOWEST_DECODE_IMAGE_PARAMETER_ID - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_2_OF_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_AZTEC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_CODE_11 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_CODE_128 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_CODE_39 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_CODE_93 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_CODEBAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_COMPOSITE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_COUPON - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_DATAMARIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_DIGIMARC_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_DIGIMARC_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_DIGIMARC_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_GS1_DATABAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_GS1_DATAMATRIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_GS1_QR_CODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_MAXICODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_MSI - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_OCR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_OTHER_1D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_OTHER_2D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_PDF - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_POSTAL_CODES - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_QR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_UNUSED_ID - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_AVG_DECODE_TIME_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_2_OF_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_AZTEC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_CODE_11 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_CODE_128 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_CODE_39 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_CODE_93 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_CODEBAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_COMPOSITE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_COUPON - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_DATAMARIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_DIGIMARC_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_DIGIMARC_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_DIGIMARC_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_GS1_DATABAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_GS1_DATAMATRIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_GS1_QR_CODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_2_OF_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_AZTEC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_CODE_11 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_CODE_128 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_CODE_39 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_CODE_93 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_CODEBAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_COMPOSITE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_COUPON - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_DATAMARIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_DIGIMARC_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_DIGIMARC_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_DIGIMARC_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_GS1_DATABAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_GS1_DATAMATRIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_GS1_QR_CODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_MAXICODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_MSI - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_OCR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_OTHER_1D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_OTHER_2D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_PDF - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_POSTAL_CODES - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_QR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_UNUSED_ID - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_HEX_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_MAXICODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_MSI - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_OCR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_OTHER_1D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_OTHER_2D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_PDF - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_POSTAL_CODES - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_QR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_UNUSED_ID - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_DECODE_COUNT_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_2_OF_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_AZTEC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_CODE_11 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_CODE_128 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_CODE_39 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_CODE_93 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_CODEBAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_COMPOSITE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_COUPON - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_DATAMARIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_DIGIMARC_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_DIGIMARC_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_DIGIMARC_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_GS1_DATABAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_GS1_DATAMATRIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_GS1_QR_CODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_MAXICODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_MSI - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_OCR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_OTHER_1D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_OTHER_2D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_PDF - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_POSTAL_CODES - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_QR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_UNUSED_ID - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_HISTOGRAM_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_2_OF_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_AZTEC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_CODE_11 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_CODE_128 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_CODE_39 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_CODE_93 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_CODEBAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_COMPOSITE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_COUPON - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_DATAMARIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_DIGIMARC_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_DIGIMARC_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_DIGIMARC_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_GS1_DATABAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_GS1_DATAMATRIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_GS1_QR_CODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_MAXICODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_MSI - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_OCR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_OTHER_1D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_OTHER_2D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_PDF - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_POSTAL_CODES - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_QR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_UNUSED_ID - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MAX_DECODE_TIME_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_2_OF_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_AZTEC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_CODE_11 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_CODE_128 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_CODE_39 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_CODE_93 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_CODEBAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_COMPOSITE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_COUPON - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_DATAMARIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_DIGIMARC_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_DIGIMARC_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_DIGIMARC_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_GS1_DATABAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_GS1_DATAMATRIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_GS1_QR_CODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_MAXICODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_MSI - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_OCR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_OTHER_1D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_OTHER_2D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_PDF - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_POSTAL_CODES - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_QR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_UNUSED_ID - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_MIN_DECODE_TIME_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_2_OF_5 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_AZTEC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_CODE_11 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_CODE_128 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_CODE_39 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_CODE_93 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_CODEBAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_COMPOSITE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_COUPON - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_DATAMARIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_DIGIMARC_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_DIGIMARC_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_DIGIMARC_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_EAN_JAN - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_GS1_DATABAR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_GS1_DATAMATRIX - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_GS1_QR_CODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_MAXICODE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_MSI - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_OCR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_OTHER - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_OTHER_1D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_OTHER_2D - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_PDF - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_POSTAL_CODES - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_QR - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_UNUSED_ID - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_SSA_SLOW_DECODE_DATA_UPC - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIBRATION_150 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIBRATION_200 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIBRATION_250 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIBRATION_300 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIBRATION_400 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIBRATION_500 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIBRATION_600 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIBRATION_750 - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIRTUAL_TETHER_ALARM_DISABLE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIRTUAL_TETHER_ALARM_ENABLE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
RMD values for Virtual Tether Settings
- RMD_ATTR_VALUE_VIRTUAL_TETHER_AUDIO_ALARM_DISABLE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIRTUAL_TETHER_AUDIO_ALARM_NIGHT_MODE_ACTIVE_ENABLE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIRTUAL_TETHER_AUDIO_ALARM_NIGHT_MODE_SILENT_ENABLE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIRTUAL_TETHER_DEFEAT_ALARM_DISBALE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIRTUAL_TETHER_HAPTICS_ALARM_DISABLE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIRTUAL_TETHER_HAPTICS_ALARM_ENABLE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIRTUAL_TETHER_ILLUMIN_ALARM_DISABLE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIRTUAL_TETHER_ILLUMIN_ALARM_ENABLE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIRTUAL_TETHER_LED_ALARM_DISABLE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIRTUAL_TETHER_LED_ALARM_ENABLE - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIRTUAL_TETHER_PAUSE_ALARM_ON_SCAN_BUTTON_PRESS - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VALUE_VIRTUAL_TETHER_STOP_ALARM_ON_SCAN_BUTTON_PRESS - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VIRTUAL_TETHER_ALARM_ACTIVATION_DELAY - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VIRTUAL_TETHER_ALARM_DEFEAT_STATUS - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VIRTUAL_TETHER_ALARM_DURATION - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VIRTUAL_TETHER_ALARM_STATUS - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
RMD attributes for Virtual Tether Settings
- RMD_ATTR_VIRTUAL_TETHER_AUDIO_ALARM_STATUS - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VIRTUAL_TETHER_HAPTICS_ALARM_STATUS - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VIRTUAL_TETHER_ILLUMINATION_ALARM_STATUS - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VIRTUAL_TETHER_LED_ALARM_STATUS - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMD_ATTR_VIRTUAL_TETHER_PAUSE_ALARM_DURATION - Static variable in class com.zebra.scannercontrol.RMDAttributes
-
- RMDAttributes - Class in com.zebra.scannercontrol
-
Class contains Attribute names and numbers used.
- RMDAttributes() - Constructor for class com.zebra.scannercontrol.RMDAttributes
-
- RssiRangeFilter - Variable in class com.zebra.rfid.api3.AccessFilter
-
RSSI Range Filter
- RUN_STATUS - Class in com.zebra.rfid.api3
-
Get/set the run status
- RUN_STATUS() - Constructor for class com.zebra.rfid.api3.RUN_STATUS
-
- runStatus - Variable in class com.zebra.rfid.api3.USER_APP_LIST
-
- SAVE_CONFIG_COMMAND_STRING - Static variable in class com.zebra.rfid.api3.Constants
-
- saveConfig() - Method in class com.zebra.rfid.api3.Config
-
method to save configuration permanently to the reader
- SaveLlrpConfig() - Method in class com.zebra.rfid.api3.Config
-
- SCAN_DATA_EVENT - Static variable in class com.zebra.rfid.api3.RFID_EVENT_TYPE
-
This is an Event generated to indicate scan data is available for reading
- SDKHandler - Class in com.zebra.scannercontrol
-
Class which acts as a gateway to the SDK
- SDKHandler(Context) - Constructor for class com.zebra.scannercontrol.SDKHandler
-
- SDKHandler(Context, boolean) - Constructor for class com.zebra.scannercontrol.SDKHandler
-
- Second - Variable in class com.zebra.rfid.api3.SYSTEMTIME
-
- SECURE_MODE - Class in com.zebra.rfid.api3
-
Connectivity option
- SecureConnectionInfo - Variable in class com.zebra.rfid.api3.RFIDReader
-
- SecureModeConfig - Variable in class com.zebra.rfid.api3.LLRPConnectionConfig
-
Hold SecureModeConfig
- SeenTime - Class in com.zebra.rfid.api3
-
Represents the Tag Seen time.
- SeenTime - Variable in class com.zebra.rfid.api3.TagData
-
Represents the Tag Seen time.
- sendHostInit() - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- Sequence(TagAccess) - Constructor for class com.zebra.rfid.api3.TagAccess.Sequence
-
- SERVICE_ID - Class in com.zebra.rfid.api3
-
SERVICE ID specifies the Application/ Component
- SESSION - Class in com.zebra.rfid.api3
-
SESSION: Session Parameter for PerformInventory
- SESSION_S0 - Static variable in class com.zebra.rfid.api3.SESSION
-
Indicates to perform inventory based on Session S0
- SESSION_S1 - Static variable in class com.zebra.rfid.api3.SESSION
-
Indicates to perform inventory based on Session S1
- SESSION_S2 - Static variable in class com.zebra.rfid.api3.SESSION
-
Indicates to perform inventory based on Session S2
- SESSION_S3 - Static variable in class com.zebra.rfid.api3.SESSION
-
Indicates to perform inventory based on Session S3
- setAccessFilterMatchPattern(FILTER_MATCH_PATTERN) - Method in class com.zebra.rfid.api3.AccessFilter
-
Match criteria to be used for filtering using patterns A and B.
- setAccessOperationCode(ACCESS_OPERATION_CODE) - Method in class com.zebra.rfid.api3.TagAccess.Sequence.Operation
-
Access Operation code that determines the current intended operation.
- setAccessOperationWaitTimeout(int) - Method in class com.zebra.rfid.api3.Config
-
method to set access operation timeout for all synchronous tag access operations APIs
e.g.
- setAccessPassword(long) - Method in class com.zebra.rfid.api3.NXP.ReadProtectParams
-
Parameter that specifies the Access Password of the tag
- setAccessPassword(long) - Method in class com.zebra.rfid.api3.NXP.ResetReadProtectParams
-
Parameter that specifies the Access Password of the tag
- setAccessPassword(long) - Method in class com.zebra.rfid.api3.NXP.SetEASParams
-
AccessPassword to be used for SetEAS Access Operation
- setAccessPassword(int) - Method in class com.zebra.rfid.api3.ResetReadProtectParams
-
Parameter that specifies the Access Password of the tag
- setAccessPassword(long) - Method in class com.zebra.rfid.api3.TagAccess.BlockEraseAccessParams
-
Password to be used for the Access operation.
- setAccessPassword(long) - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
Password to be used for the Access operation.
- setAccessPassword(long) - Method in class com.zebra.rfid.api3.TagAccess.LockAccessParams
-
Lock Password.
- setAccessPassword(long) - Method in class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
Password to be used for the Access operation.
- setAccessPassword(long) - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
Password to be used for the Access operation.
- setAccessPassword(long) - Method in class com.zebra.rfid.api3.TagAccess.WriteSpecificFieldAccessParams
-
Password to be used for the Access operation.
- setAccessword(long) - Method in class com.zebra.rfid.api3.NXP.ChangeConfigParams
-
- setActive(String) - Method in class com.zebra.rfid.api3.Profile
-
This function set the active configuration XML file to be used by the reader.
- setActive(short) - Method in class com.zebra.rfid.api3.TimeZone
-
This function set the active time zone to be used by the reader
- setActiveProfile(String) - Method in class com.zebra.rfid.api3.ReaderManagement
-
This function set the active configuration XML file to be used by the reader.
- setActiveRegion(String, String) - Method in class com.zebra.rfid.api3.ReaderManagement
-
- setAddress(String) - Method in class com.zebra.rfid.api3.ReaderDevice
-
set device adress
- setAntennaConfig(int, Antennas.Config) - Method in class com.zebra.rfid.api3.Antennas
-
Sets the Antenna Configuration
- setAntennaEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
To enable/disable Antenna Event Notification.
- setAntennaId(int) - Method in class com.zebra.rfid.api3.AntennaConfig
-
- setAntennaID(short[]) - Method in class com.zebra.rfid.api3.AntennaInfo
-
Array of AntennaID on which an Action is to be performed.
- setAntennaID(int) - Method in class com.zebra.rfid.api3.CableLossCompensation
-
Sets the Antenna ID
- setAntennaID(short) - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Zero for all Antennas, or the Specific Antenna.
- setAntennaMode(ANTENNA_MODE) - Method in class com.zebra.rfid.api3.ReaderManagement
-
Sets the antenna mode to enumerations (Mono-Static or Bi-Static)
value sets the specified antenna mode in the reader.
- setAntennaOperationQualifier(OPERATION_QUALIFIER[]) - Method in class com.zebra.rfid.api3.AntennaInfo
-
Array of Operations for each Antenna ID in AntennaID array
- setAntennaRfConfig(Antennas.AntennaRfConfig) - Method in class com.zebra.rfid.api3.AntennaConfig
-
- setAntennaRfConfig(int, Antennas.AntennaRfConfig) - Method in class com.zebra.rfid.api3.Antennas
-
Sets the Antenna Rf Configuration
- setAntennaStopConditionValue(int) - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig.AntennaStopTrigger
-
- setAntennaStopTriggerConfig(Antennas.AntennaRfConfig.AntennaStopTrigger) - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- setAssertu(boolean) - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
set assertu setting
- setAttachTagDataWithReadEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
Specified whether TagData should be reported along with the eventReadNotify method of
RfidEventsListener interface.
- setAttNum(int) - Method in class com.zebra.rfid.api3.AttributeInfo
-
- setAttnum(int) - Method in class com.zebra.rfid.api3.SetAttribute
-
- setAttribute(SetAttribute) - Method in class com.zebra.rfid.api3.Config
-
method to Set attribute
- SetAttribute - Class in com.zebra.rfid.api3
-
Contains the parameters of set attributes and getters/setters of those parameters
- SetAttribute() - Constructor for class com.zebra.rfid.api3.SetAttribute
-
- SetAttribute(int, String, String, int) - Constructor for class com.zebra.rfid.api3.SetAttribute
-
- setAtttype(String) - Method in class com.zebra.rfid.api3.SetAttribute
-
- setAttvalue(String) - Method in class com.zebra.rfid.api3.SetAttribute
-
- setBatchMode(BATCH_MODE) - Method in class com.zebra.rfid.api3.Config
-
method to Set Batch Mode
- setBatchModeEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
Supported only in RFD8500.
- setBatteryEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
To enable/disable Battery Event Notification.
- setBeeperVolume(BEEPER_VOLUME) - Method in class com.zebra.rfid.api3.Config
-
method to Set Beeper Volume
- setBeeperVolume(short) - Method in class com.zebra.rfid.api3.MultiTagLocate
-
- setBitCount(int) - Method in class com.zebra.rfid.api3.Gen2v2.ReadBufferParams
-
set bit count
- setBitOffset(int) - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
The first (msb) bit location of the specified memory bank against
which to compare the TagMask.
- setBitOffset(int) - Method in class com.zebra.rfid.api3.TagPatternBase
-
The address of the first (msb) bit against which to apply the
Tag Mask and compare with the value.
- setBlink(boolean) - Method in class com.zebra.rfid.api3.LedInfo
-
Sets the Blink Flag of the reader
- setBlockCount(int) - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
set blockcount
- setBluetoothMode(ENUM_BLUETOOTH_MODE) - Method in class com.zebra.rfid.api3.Config
-
method to configure the bluetooth mode on the connected sled device
This method helps to set the bluetooth mode(CDC Mode or HID mode)
- setBufferFullEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
To Enable Buffer full Event Notification.
- setBufferFullWarningEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
To enable/disable Buffer full warning Event Notification.
- setBulkFirmwareUpdateAvailable(boolean) - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- setByteCount(int) - Method in class com.zebra.rfid.api3.TagAccess.BlockEraseAccessParams
-
- setByteCount(int) - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
- setByteCount(int) - Method in class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
- setByteOffset(int) - Method in class com.zebra.rfid.api3.TagAccess.BlockEraseAccessParams
-
- setByteOffset(int) - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
- setByteOffset(int) - Method in class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
- setByteOffset(int) - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
- setCableLengthInFeet(float) - Method in class com.zebra.rfid.api3.CableLossCompensation
-
Sets the Cable Length in Feet
- setCableLossCompensation(CableLossCompensation[]) - Method in class com.zebra.rfid.api3.ReaderManagement
-
Sets the cable Loss Compensation for antennas
- setCableLossPer100Feet(float) - Method in class com.zebra.rfid.api3.CableLossCompensation
-
Sets the Cable Loss Per 100 Feet
- setCause(String) - Method in class com.zebra.rfid.api3.POWER_EVENT
-
- setChallenge(String) - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
set challenge
- setClient(boolean) - Method in class com.zebra.rfid.api3.LLRPConnectionConfig
-
Sets the boolean if configure LLRP as a client
- setconfig(WifiSecureConfig) - Method in class com.zebra.rfid.api3.RFIDWifi
-
- setContact(String) - Method in class com.zebra.rfid.api3.ReaderInfo
-
Sets the reader's contact
- setCount(int) - Method in class com.zebra.rfid.api3.TagAccess.BlockEraseAccessParams
-
Number of Bytes to be erased.
- setCount(int) - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
Number of words for the Mask.
- setCount(int) - Method in class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
Number of words to read.
- setCS(short) - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
set CS setting
- setCurrent(float) - Method in class com.zebra.rfid.api3.POWER_EVENT
-
- setDefaultConfigurations(Antennas.AntennaRfConfig, Antennas.SingulationControl, TagStorageSettings, boolean, boolean, SetAttribute[]) - Method in class com.zebra.rfid.api3.Config
-
method to set default configurations on reader
This method helps to set basic required following configuration on reader in rapid manner
- Antenna configuration
- Singulation settings
- Delete all prefitlers (select record) on device
- DPO setting
- Any five attributes passed as array of attributes
- API sets trigger type to immediate
In case any object parameter is null then API will not apply particular configurations
so that if application does not want to configure particular parameter pass parameter as null
- setDescription(String) - Method in class com.zebra.rfid.api3.ReaderInfo
-
Sets the reader's description
- setdns(String) - Method in class com.zebra.rfid.api3.Network_IPConfig
-
- setDPOState(DYNAMIC_POWER_OPTIMIZATION) - Method in class com.zebra.rfid.api3.Config
-
method to enable or disable DPO
- setDurationMilliSeconds(int) - Method in class com.zebra.rfid.api3.StopTrigger
-
Parameter for Duration Trigger.
- setDurationSeconds(int) - Method in class com.zebra.rfid.api3.LedInfo
-
Sets the led light on duration of the reader.
- setDutyCycleIndex(short) - Method in class com.zebra.rfid.api3.Config
-
- setEAS(boolean) - Method in class com.zebra.rfid.api3.NXP.SetEASParams
-
Specifies whether to set or reset EAS System Bit
- SetEASParams(long, boolean) - Constructor for class com.zebra.rfid.api3.NXP.SetEASParams
-
- SetEASParams() - Constructor for class com.zebra.rfid.api3.NXP.SetEASParams
-
- SetEASParams - Variable in class com.zebra.rfid.api3.TagAccess.Sequence.Operation
-
valid if AccessOperationCode is ACCESS_OPERATION_NXP_SET_EAS
- setEnabledChannels(String[]) - Method in class com.zebra.rfid.api3.RegulatoryConfig
-
sets enabled channels of the region to the reader
- setEnableTagEventReport(boolean) - Method in class com.zebra.rfid.api3.TriggerInfo
-
Enable Tag Event Report
- setEpcLen(int) - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
set Epc length
- setEventsObj(Events) - Method in class com.zebra.rfid.api3.MultiTagLocate
-
- setExcCustom(boolean) - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
set Exclude Custom
- setExcrespLen(boolean) - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
set Exclude response length setting
- setFilterAction(FILTER_ACTION) - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Filter Action for the PreFilter: State Aware, Unaware or Default.
- setFilterIndex(int) - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Setting Index of the added PreFilter.
- setFirstSeenTimeStamp(short, short, short, short, short, short, short, short) - Method in class com.zebra.rfid.api3.UTCTime
-
- setFirstSeenTimeStamp(SYSTEMTIME) - Method in class com.zebra.rfid.api3.UTCTime
-
- setForceLogin(boolean) - Method in class com.zebra.rfid.api3.LoginInfo
-
Force login this host
- setFrequencySetting(boolean, int[]) - Method in class com.zebra.rfid.api3.ReaderManagement
-
- setgateway(String) - Method in class com.zebra.rfid.api3.Network_IPConfig
-
- setGPIDebounceTimeMilliseconds(int) - Method in class com.zebra.rfid.api3.ReaderManagement
-
Sets the GPI Debounce Time
- setGPIEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
Not supported in Android RFID SDK
To enable/disable GPI Event Notification.
- setGPIEvent(boolean) - Method in class com.zebra.rfid.api3.GPITrigger
-
The Boolean value that causes a GPI event to trigger.
- setGUID(String) - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- setHandheldEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
To enable/disable A Hand held Gun/Button event - Pull/Release Notification
- setHandheldTriggerEvent(HANDHELD_TRIGGER_EVENT_TYPE) - Method in class com.zebra.rfid.api3.HandheldTrigger
-
The HANDHELD_TRIGGER_EVENT_TYPE value that causes a Handheld event to trigger.
- setHandheldTriggerTimeout(int) - Method in class com.zebra.rfid.api3.HandheldTrigger
-
Trigger timeout in milliseconds.
- setHideEpc(boolean) - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
set hide epc setting
- setHideUser(boolean) - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
set hide user setting
- setHostName(String) - Method in class com.zebra.rfid.api3.LoginInfo
-
Sets the host name of the reader
- setHostName(String) - Method in class com.zebra.rfid.api3.RFIDReader
-
Sets the host name or IP Address of the reader
- setHostName(String) - Method in class com.zebra.rfid.api3.SoftwareUpdateInfo
-
Sets the host name
- setHostServerIP(String) - Method in class com.zebra.rfid.api3.LLRPConnectionConfig
-
Sets the password used to connect with the reader
- setIncCustom(boolean) - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
set Include Custom
- setIncrespLen(boolean) - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
set Include response length setting
- setInternalName(String) - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- setInventoryStartEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
To enable/disable Inventory Start Event Notification.
- setInventoryState(INVENTORY_STATE) - Method in class com.zebra.rfid.api3.Antennas.SingulationControl.SingulationAction
-
Sets the inventory state.
- setInventoryStopEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
To enable/disable Inventory Stop Event Notification.
- setipaddress(String) - Method in class com.zebra.rfid.api3.Network_IPConfig
-
- setIsHoppingOn(boolean) - Method in class com.zebra.rfid.api3.RegulatoryConfig
-
sets whether hopping on
- setKeyId(int) - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
set Key ID
- setKeylayoutType(ENUM_KEYLAYOUT_TYPE) - Method in class com.zebra.rfid.api3.Config
-
method to set start trigger settings - reader require exclusive call for triggers
- setKeyMgmt(String) - Method in class com.zebra.rfid.api3.RFIDWifi
-
- setKillPassword(long) - Method in class com.zebra.rfid.api3.TagAccess.KillAccessParams
-
Kill Password.
- setKillPassword(long) - Method in class com.zebra.rfid.api3.TagAccess.RecommisionAccessParams
-
Kill Password.
- setLastSeenTimeStamp(short, short, short, short, short, short, short, short) - Method in class com.zebra.rfid.api3.UTCTime
-
- setLastSeenTimeStamp(SYSTEMTIME) - Method in class com.zebra.rfid.api3.UTCTime
-
- setLedBlinkEnable(boolean) - Method in class com.zebra.rfid.api3.Config
-
method to set host LED mode to blink LED on tag data
- setLEDColor(LED_COLOR) - Method in class com.zebra.rfid.api3.LedInfo
-
Sets the LED Color of the reader
- setLength(int) - Method in class com.zebra.rfid.api3.AttributeInfo
-
- setLLRPConnectionConfig(LLRPConnectionConfig) - Method in class com.zebra.rfid.api3.LLRPConnection
-
LLRP Connection Configuration of the reader
- setLocalTime(SYSTEMTIME) - Method in class com.zebra.rfid.api3.ReaderManagement
-
Reader's Local time
- setLocation(String) - Method in class com.zebra.rfid.api3.ReaderInfo
-
Sets the reader's location
- setLockPrivilege(LOCK_DATA_FIELD, LOCK_PRIVILEGE) - Method in class com.zebra.rfid.api3.TagAccess.LockAccessParams
-
- setLogLevel(Level) - Method in class com.zebra.rfid.api3.Config
-
Setting the Log level up to which logging will be honoured
- setM_nRAMTotal(int) - Method in class com.zebra.rfid.api3.SystemInfo
-
- setM_nRAMUsed(int) - Method in class com.zebra.rfid.api3.SystemInfo
-
- setM_sRadioFirmwareVersion(String) - Method in class com.zebra.rfid.api3.SystemInfo
-
- setM_sReaderLocation(String) - Method in class com.zebra.rfid.api3.SystemInfo
-
- setM_sReaderName(String) - Method in class com.zebra.rfid.api3.SystemInfo
-
- setM_sUpTime(String) - Method in class com.zebra.rfid.api3.SystemInfo
-
- setMask(byte[]) - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
Mask specifies which memory blocks a tag permalocks.
- setMaskLength(int) - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
Number of bytes in pMask to be taken for comparison.
- setMaxMemoryBankByteCount(int) - Method in class com.zebra.rfid.api3.TagStorageSettings
-
Sets the maximum size of memory bank.
- setMaxTagCount(int) - Method in class com.zebra.rfid.api3.TagStorageSettings
-
Sets the maximum tag count.
- setMaxTagIDLength(int) - Method in class com.zebra.rfid.api3.TagStorageSettings
-
Sets the maximum Tag ID length.
- setMemoryBank(MEMORY_BANK) - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Memory Bank on which the filter is to be applied.
- setMemoryBank(MEMORY_BANK) - Method in class com.zebra.rfid.api3.TagAccess.BlockEraseAccessParams
-
Memory bank on which access operation is to be performed.
- setMemoryBank(MEMORY_BANK) - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
Memory Bank on which Block Permalock operation is to be performed.
- setMemoryBank(MEMORY_BANK) - Method in class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
Memory bank from which data is to be read from.
- setMemoryBank(MEMORY_BANK) - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
Memory bank on which data is to be written to.
- setMemoryBank(MEMORY_BANK) - Method in class com.zebra.rfid.api3.TagPatternBase
-
Memory Bank to be considered for filtering.
- setmHWDevice(UsbDevice) - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- setMsgData(String) - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
Message data
- setMsgLen(int) - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
Message length
- setmUSBManager(UsbManager) - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- setN(short) - Method in class com.zebra.rfid.api3.TriggerWithTimeout
-
Number of Tags or Number of Inventory Attempts.
- setName(String) - Method in class com.zebra.rfid.api3.ReaderDevice
-
set device name
- setName(String) - Method in class com.zebra.rfid.api3.ReaderInfo
-
Sets the reader's name
- setnetmask(String) - Method in class com.zebra.rfid.api3.Network_IPConfig
-
- setNtpServer(String) - Method in class com.zebra.rfid.api3.ReaderManagement
-
Reader's set NTP server
- setNXPChangeConfigWord(short) - Method in class com.zebra.rfid.api3.NXP.ChangeConfigParams
-
- setOffset(int) - Method in class com.zebra.rfid.api3.AttributeInfo
-
- setOffset(int) - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
set Offset
- setOffset(int) - Method in class com.zebra.rfid.api3.SetAttribute
-
- setOffset(int) - Method in class com.zebra.rfid.api3.TagAccess.BlockEraseAccessParams
-
Address of the first byte to be written to the chosen memory bank.
- setOffset(int) - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
Byte offset; Address of the first byte for the Mask.
- setOffset(int) - Method in class com.zebra.rfid.api3.TagAccess.ReadAccessParams
-
The address of the first word to read from the chosen memory bank
Access operation is WORD aligned
- setOffset(int) - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
Address of the first word to be written to the chosen memory bank.
- setOpCode(RECOMMISSION_OPERATION_CODE) - Method in class com.zebra.rfid.api3.TagAccess.RecommisionAccessParams
-
Recommision operation code.
- setOperationEndSummaryEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
To enable/disable Operation End Summary Event Notification.
- setPassword(long) - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
set password
- setPassword(long) - Method in class com.zebra.rfid.api3.Gen2v2.ReadBufferParams
-
set password
- setPassword(long) - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
set password
- setPassword(String) - Method in class com.zebra.rfid.api3.LoginInfo
-
Sets the password used to connect with the reader
- setPassword(String) - Method in class com.zebra.rfid.api3.ReaderDevice
-
set connect password
- setPassword(String) - Method in class com.zebra.rfid.api3.RFIDReader
-
- setPassword(String) - Method in class com.zebra.rfid.api3.SoftwareUpdateInfo
-
Sets the password
- setPerformStateAwareSingulationAction(boolean) - Method in class com.zebra.rfid.api3.Antennas.SingulationControl.SingulationAction
-
Sets the Perform State aware singulation action (true or false)
- setPeriod(int) - Method in class com.zebra.rfid.api3.PeriodicTrigger
-
Non-zero value indicating the time period in milliseconds for which inventory will run.
- setPeriodicReportTrigger(int) - Method in class com.zebra.rfid.api3.ReportTriggers
-
Signifies different trigger mechanism to get tag reports
1.PeriodicReportTrigger
Possible Values:
0 - Tag reports will be generated at the end of inventory.
- setPort(int) - Method in class com.zebra.rfid.api3.LLRPConnectionConfig
-
Sets the LLRP Server's port number
- setPort(int) - Method in class com.zebra.rfid.api3.RFIDReader
-
Sets the port number which is used for establishing connection
with the reader.
- setPortNumber(int) - Method in class com.zebra.rfid.api3.GPITrigger
-
GPI Port number on which the trigger is to be enabled.
- setPortState(int, GPO_PORT_STATE) - Method in class com.zebra.rfid.api3.GPOs
-
Sets the current GPO State as enabled or disabled
- setPower(float) - Method in class com.zebra.rfid.api3.POWER_EVENT
-
- setPowerEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
To enable/disable Power Event Notification.
- setPrefilterList(PreFilters) - Method in class com.zebra.rfid.api3.AntennaConfig
-
- setProductID(int) - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- setProfile(int) - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
set profile
- setPropertyVal(int) - Method in class com.zebra.rfid.api3.AttributeInfo
-
- setProtMode(int) - Method in class com.zebra.rfid.api3.Gen2v2.CryptoParams
-
set protection mode
- setRadioPowerState(RADIO_POWER_STATE) - Method in class com.zebra.rfid.api3.Config
-
Sets the Radio power state to on or off state
- setRange(UNTRACEABLE_RANGE) - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
set range
- setReaderDisconnectEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
To enable/disable Reader Disconnection Event Notification.
- setReaderExceptionEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
Event notifying that an exception has occurred in the Reader.
- setReaderInfo(ReaderInfo) - Method in class com.zebra.rfid.api3.ReaderManagement
-
Reader information
- setreaderlog(String, boolean) - Method in class com.zebra.rfid.api3.Config
-
- setReadEventData(Events.ReadEventData) - Method in class com.zebra.rfid.api3.RfidReadEvents
-
- setReadLock(boolean) - Method in class com.zebra.rfid.api3.TagAccess.BlockPermalockAccessParams
-
ReadLock specifies whether a tag backscatters the perlock status
of, or permalocks, one of more blocks within the memory bank as specified.
- setReadPointStatus(short, READPOINT_STATUS) - Method in class com.zebra.rfid.api3.ReadPoint
-
Sets the Read Point (Antenna) status to enable or disable state.
- setReceivePort(int) - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- setReceiveSensitivityIndex(int) - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- setReceiveSensitivityIndex(short) - Method in class com.zebra.rfid.api3.Antennas.Config
-
Sets the receive sensitivity index.
- setRegion(String) - Method in class com.zebra.rfid.api3.RegulatoryConfig
-
sets region code which is currently applied to the reader
- setRegulatoryConfig(RegulatoryConfig) - Method in class com.zebra.rfid.api3.Config
-
method to set regulatory configuration on the reader
- setRespLen(int) - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
set the response length
- setRfidConnectionState(RfidConnectionState) - Method in class com.zebra.rfid.api3.Events
-
- setRfidReConnectionStateEvents() - Method in class com.zebra.rfid.api3.Events
-
set events again on reader in case of reconnection
- setRFIDRReader(RFIDReader) - Method in class com.zebra.rfid.api3.ReaderDevice
-
- setRFMode(int, Antennas.RFMode) - Method in class com.zebra.rfid.api3.Antennas
-
Sets the RF Mode to be used with the inventory operations
- setrfModeTableIndex(long) - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- setRSSIRangeFilter(boolean) - Method in class com.zebra.rfid.api3.AccessFilter
-
Whether to use RSSI Range Filter or not
- setRssiValueLimit(String) - Method in class com.zebra.rfid.api3.MultiTagLocateInfo
-
- setRunStatus(boolean) - Method in class com.zebra.rfid.api3.RUN_STATUS
-
- setScanDataEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
To enable/disable Power Event Notification.
- setSecureMode(SECURE_MODE) - Method in class com.zebra.rfid.api3.LoginInfo
-
Sets the mode of connection used to connect with the reader
- setSendIDCDataAsBinaryEventEnabledFlag(boolean) - Method in class com.zebra.scannercontrol.IDCConfig
-
Sets sendIDCDataAsBinaryEventEnabledFlag variable value
- setSentResp(boolean) - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
set sent response setting
- setSerialNumber(String) - Method in class com.zebra.rfid.api3.ReaderDevice
-
- setSession(SESSION) - Method in class com.zebra.rfid.api3.Antennas.SingulationControl
-
Sets the session.
- setShowEpc(boolean) - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
set show epc setting
- setShowUser(boolean) - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
set show user setting
- setSingulationControl(Antennas.SingulationControl) - Method in class com.zebra.rfid.api3.AntennaConfig
-
- setSingulationControl(int, Antennas.SingulationControl) - Method in class com.zebra.rfid.api3.Antennas
-
Sets the Singulation Control
- setSize(int, int) - Method in class com.zebra.scannercontrol.BarCodeView
-
- setSLFlag(SL_FLAG) - Method in class com.zebra.rfid.api3.Antennas.SingulationControl.SingulationAction
-
Sets the SL flag.
- setssid(String) - Method in class com.zebra.rfid.api3.Events.WPAEventData
-
- setssid(String) - Method in class com.zebra.rfid.api3.RFIDWifi
-
- setSsiPlusSupport(boolean) - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- setStartTrigger(StartTrigger) - Method in class com.zebra.rfid.api3.Config
-
method to set start trigger settings - reader require exclusive call for triggers
- setStateAwareAction(STATE_AWARE_ACTION) - Method in class com.zebra.rfid.api3.PreFilters.StateAwareActionParams
-
Action Parameter for PreFilter (C1G2 Select).
- setStateUnawareAction(STATE_UNAWARE_ACTION) - Method in class com.zebra.rfid.api3.StateUnawareAction
-
Action Parameter for PreFilter (C1G2 Select).
- setStatusEventData(Events.StatusEventData) - Method in class com.zebra.rfid.api3.RfidStatusEvents
-
- setStatusEventType(STATUS_EVENT_TYPE) - Method in class com.zebra.rfid.api3.Events.StatusEventData
-
Sets the status event type
- setStopTrigger(StopTrigger) - Method in class com.zebra.rfid.api3.Config
-
method to set stop trigger settings - reader require exclusive call for triggers
- setStopTriggerType(ANTENNA_STOP_TRIGGER_TYPE) - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig.AntennaStopTrigger
-
- setStoreResp(boolean) - Method in class com.zebra.rfid.api3.Gen2v2.AuthenticateParams
-
set store response setting
- setTableIndex(int) - Method in class com.zebra.rfid.api3.Antennas.RFMode
-
Sets the RF Mode table to be used.
- setTagFields(TAG_FIELD[]) - Method in class com.zebra.rfid.api3.TagStorageSettings
-
- setTagFields(TAG_FIELD) - Method in class com.zebra.rfid.api3.TagStorageSettings
-
Selects the content of TagData which inturn specifies whether certain fields are required to be
processed by the Reader/Dll.
- setTagMask(byte[]) - Method in class com.zebra.rfid.api3.TagPatternBase
-
Bit Pattern to be matched.
- setTagMask(String) - Method in class com.zebra.rfid.api3.TagPatternBase
-
function to set the tag pattern when it is passed as String
- setTagMaskBitCount(int) - Method in class com.zebra.rfid.api3.TagPatternBase
-
Number of bits in TagMask to be taken for comparison.
- setTagPattern(String) - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
The pattern against which to compare for tag-filtering.
- setTagPattern(byte[]) - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
The pattern against which to compare for tag-filtering.
- setTagPattern(byte[]) - Method in class com.zebra.rfid.api3.TagPatternBase
-
Memory Bank Data which is to be used for comparison.
- setTagPattern(String) - Method in class com.zebra.rfid.api3.TagPatternBase
-
Memory Bank Data which is to be used for comparison.
- setTagPatternBitCount(int) - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Number of bits in TagData to be taken for comparison.
- setTagPatternBitCount(int) - Method in class com.zebra.rfid.api3.TagPatternBase
-
Number of bits in TagData to be taken for comparison.
- setTagPopulation(short) - Method in class com.zebra.rfid.api3.Antennas.SingulationControl
-
Sets Tag population.
- setTagReadEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
Enables/Disables the Tag Read Notification
If enabled, the eventReadNotify method of RfidEventsListener interface will be called to signal tag the notification.
- setTagReportTrigger(int) - Method in class com.zebra.rfid.api3.TriggerInfo
-
Signifies when to get trigged on TAG_READ_EVENT.
- setTagStorageSettings(TagStorageSettings) - Method in class com.zebra.rfid.api3.Config
-
This method allows configuring the maximum tag-storage capacity and
storage to be allocated in the Tag Data object for the memory bank data and Tag ID (EPC).
- setTagTransitTime(short) - Method in class com.zebra.rfid.api3.Antennas.SingulationControl
-
Sets the Tag Transit time.
- setTarget(TARGET) - Method in class com.zebra.rfid.api3.PreFilters.StateAwareActionParams
-
Target Parameter for PreFilter (C1G2 Select).
- setTari(long) - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- setTari(int) - Method in class com.zebra.rfid.api3.Antennas.RFMode
-
- setTemperatureAlarmEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
To enable/disable Temperature Alarm Notification.
- setTid(UNTRACEABLE_TID) - Method in class com.zebra.rfid.api3.Gen2v2.UntraceableParams
-
set tid
- setTimeout(int) - Method in class com.zebra.rfid.api3.GPITrigger
-
Trigger timeout in milliseconds.
- setTimeout(int) - Method in class com.zebra.rfid.api3.RFIDReader
-
Sets the Time out for the response from the Reader, if
specified zero(0), the default time out 5000 (5sec) will be used.
- setTimeout(int) - Method in class com.zebra.rfid.api3.TriggerWithTimeout
-
Timeout for the operation.
- setTimeZone(short) - Method in class com.zebra.rfid.api3.ReaderManagement
-
This function set the active time zone to be used by the reader
- SETTING_ITEM_ID - Static variable in class com.zebra.rfid.api3.Constants
-
- setTotalRounds(int) - Method in class com.zebra.rfid.api3.OPERATION_END_SUMMARY
-
- setTotalTags(int) - Method in class com.zebra.rfid.api3.OPERATION_END_SUMMARY
-
- setTotalTimeuS(long) - Method in class com.zebra.rfid.api3.OPERATION_END_SUMMARY
-
- setTraceLevel(TRACE_LEVEL[]) - Method in class com.zebra.rfid.api3.Config
-
- setTraceLevel(TRACE_LEVEL) - Method in class com.zebra.rfid.api3.Config
-
Sets the trace level
- setTraceLevel(TRACE_LEVEL[]) - Method in class com.zebra.rfid.api3.ReaderManagement
-
- setTraceLevel(TRACE_LEVEL) - Method in class com.zebra.rfid.api3.ReaderManagement
-
Sets the trace level
- setTransmitFrequencyIndex(int) - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- setTransmitFrequencyIndex(short) - Method in class com.zebra.rfid.api3.Antennas.Config
-
Sets the transmit frequency index.
- setTransmitPort(int) - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- setTransmitPowerIndex(int) - Method in class com.zebra.rfid.api3.Antennas.AntennaRfConfig
-
- setTransmitPowerIndex(short) - Method in class com.zebra.rfid.api3.Antennas.Config
-
Sets the Transmit power index.
- setTransport(String) - Method in class com.zebra.rfid.api3.ReaderDevice
-
- setTransport(ENUM_TRANSPORT) - Method in class com.zebra.rfid.api3.Readers
-
- setTriggerMode(ENUM_TRIGGER_MODE, boolean) - Method in class com.zebra.rfid.api3.Config
-
method to set trigger mode to Barcode or RFID
Application can work with either Phone device (left and right) triggers and reader handheld trigger
This trigger should be mapped to either invoke Barcode or RFID functionality
when trigger is configured for RFID mode, barcode scanner input plugin should be disabled to ignore hardware triggers
when trigger is configured for barcode mode, rfid functionality will be disabled to ignore hardware triggers
- setTriggerType(START_TRIGGER_TYPE) - Method in class com.zebra.rfid.api3.StartTrigger
-
Type of Start Trigger.
- setTriggerType(STOP_TRIGGER_TYPE) - Method in class com.zebra.rfid.api3.StopTrigger
-
Type of Stop Trigger.
- setTruncateAction(TRUNCATE_ACTION) - Method in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Truncate Action indicates whether only a truncated portion of the tag
is to be backscattered by the tag or not.The portion that gets
backscattered includes the portion of the tag ID following the mask.
- setType(String) - Method in class com.zebra.rfid.api3.AttributeInfo
-
- setType(String) - Method in class com.zebra.rfid.api3.Events.WPAEventData
-
- setUniqueTagReport(boolean) - Method in class com.zebra.rfid.api3.Config
-
method to disable/enable Reporting Unique Tags
- setUsbBatchMode(USB_BATCH_MODE) - Method in class com.zebra.rfid.api3.Config
-
method to Set Batch Mode for USB
- setUSBOperationMode(USBOperationMode) - Method in class com.zebra.rfid.api3.ReaderManagement
-
USB operation mode of the Reader.
- setUserLED(LedInfo) - Method in class com.zebra.rfid.api3.ReaderManagement
-
Sets the User LED information
- setUserName(String) - Method in class com.zebra.rfid.api3.LoginInfo
-
Sets the user name used to connect with the reader
- setUserName(String) - Method in class com.zebra.rfid.api3.SoftwareUpdateInfo
-
Sets the user name
- setValue(String) - Method in class com.zebra.rfid.api3.AttributeInfo
-
- setVendorID(int) - Method in class com.zebra.scannercontrol.USBCDCScanner
-
- setVoltage(float) - Method in class com.zebra.rfid.api3.POWER_EVENT
-
- setWifimac(String) - Method in class com.zebra.rfid.api3.RFIDWifi
-
- setWifiScanEventtData(Events.WifiScanEventData) - Method in class com.zebra.rfid.api3.RfidWifiScanEvents
-
- setWifiState(ENUM_WIFI_STATE) - Method in class com.zebra.rfid.api3.RFIDWifi
-
- setWifiStatus(ENUM_WIFI_STATUS) - Method in class com.zebra.rfid.api3.RFIDWifi
-
- setWordPtr(int) - Method in class com.zebra.rfid.api3.Gen2v2.ReadBufferParams
-
set word ptr
- setWPAEvent(boolean) - Method in class com.zebra.rfid.api3.Events
-
To enable/disable Power Event Notification.
- setWriteData(String) - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
Pointer to a string which contains the data to be written.
- setWriteData(byte[]) - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
- setWriteData(byte[]) - Method in class com.zebra.rfid.api3.TagAccess.WriteSpecificFieldAccessParams
-
- setWriteData(String) - Method in class com.zebra.rfid.api3.TagAccess.WriteSpecificFieldAccessParams
-
Pointer to a string which contains the data to be written.
- setWriteDataLength(int) - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
Length of the WriteData in words to be considered for write access operation.
- setWriteDataLength(int) - Method in class com.zebra.rfid.api3.TagAccess.WriteSpecificFieldAccessParams
-
Length of the array WriteData to be considered for write access operation.
- setWriteRetries(int) - Method in class com.zebra.rfid.api3.TagAccess.WriteAccessParams
-
Number of retries to be performed for write access operation.
- SHOW_TID - Static variable in class com.zebra.rfid.api3.UNTRACEABLE_TID
-
Show tid
- SingulationAction() - Constructor for class com.zebra.rfid.api3.Antennas.SingulationControl.SingulationAction
-
Constructor
- SingulationControl() - Constructor for class com.zebra.rfid.api3.Antennas.SingulationControl
-
Constructor
- SL_ALL - Static variable in class com.zebra.rfid.api3.SL_FLAG
-
Indicates to select tags with SL ALL conditions (asserted or deasserted)
- SL_FLAG - Class in com.zebra.rfid.api3
-
SL_FLAG: Select-Flag Parameter for PerformInventory
- SL_FLAG_ASSERTED - Static variable in class com.zebra.rfid.api3.SL_FLAG
-
Indicates to select tags with SL flag TRUE
- SL_FLAG_DEASSERTED - Static variable in class com.zebra.rfid.api3.SL_FLAG
-
Indicates to select tags with SL flag FALSE
- sleepDuration - Static variable in class com.zebra.scannercontrol.SDKHandler
-
- SMI_DI - Static variable in class com.zebra.rfid.api3.SPECTRAL_MASK_INDICATOR
-
Spectral Mask Indicator - DI
- SMI_MI - Static variable in class com.zebra.rfid.api3.SPECTRAL_MASK_INDICATOR
-
Spectral Mask Indicator - MI
- SMI_SI - Static variable in class com.zebra.rfid.api3.SPECTRAL_MASK_INDICATOR
-
Spectral Mask Indicator - SI
- SMI_UNKNOWN - Static variable in class com.zebra.rfid.api3.SPECTRAL_MASK_INDICATOR
-
Spectral Mask Indicator - Unknown
- SoftwareUpdate - Class in com.zebra.rfid.api3
-
This class helps to perform software updates in the reader
- SoftwareUpdateInfo - Class in com.zebra.rfid.api3
-
This class contains parameters required for the software update
- SoftwareUpdateInfo() - Constructor for class com.zebra.rfid.api3.SoftwareUpdateInfo
-
constructor
- SoftwareUpdateInfo(String, String, String) - Constructor for class com.zebra.rfid.api3.SoftwareUpdateInfo
-
Overloaded constructor takes the hostname, username and password
- SPECTRAL_MASK_INDICATOR - Class in com.zebra.rfid.api3
-
SPECTRAL_MASK_INDICATOR indicates the Spectral mask characteristics of the mode.
- SSIDecodeDataPlus() - Constructor for class com.zebra.scannercontrol.USBCDCScanner.SSIDecodeDataPlus
-
- start(String) - Method in class com.zebra.rfid.api3.UserApp
-
Starts a specified User Application
- START_TRIGGER_HANDHELD_PRESSED_CHECKED - Static variable in class com.zebra.rfid.api3.Constants
-
- START_TRIGGER_HANDHELD_RELEASED_CHECKED - Static variable in class com.zebra.rfid.api3.Constants
-
- START_TRIGGER_PERIODIC_DURATION - Static variable in class com.zebra.rfid.api3.Constants
-
- START_TRIGGER_PERIODIC_START_TIME - Static variable in class com.zebra.rfid.api3.Constants
-
- START_TRIGGER_STATUS - Static variable in class com.zebra.rfid.api3.Constants
-
- START_TRIGGER_TYPE - Class in com.zebra.rfid.api3
-
START_TRIGGER_TYPE: Start Trigger Type Parameter for Inventory and Access Operations
- START_TRIGGER_TYPE_GPI - Static variable in class com.zebra.rfid.api3.START_TRIGGER_TYPE
-
Start based on GPI Trigger
- START_TRIGGER_TYPE_HANDHELD - Static variable in class com.zebra.rfid.api3.START_TRIGGER_TYPE
-
Start based on Handheld Gun/Button Trigger
- START_TRIGGER_TYPE_IMMEDIATE - Static variable in class com.zebra.rfid.api3.START_TRIGGER_TYPE
-
Start immediately when PerformInventory or PerformAccessSequence is called
- START_TRIGGER_TYPE_PERIODIC - Static variable in class com.zebra.rfid.api3.START_TRIGGER_TYPE
-
Start periodically
- StartTime - Variable in class com.zebra.rfid.api3.PeriodicTrigger
-
UTC Time to start the operation.
- StartTrigger - Class in com.zebra.rfid.api3
-
Start Trigger Information.
- StartTrigger - Variable in class com.zebra.rfid.api3.TriggerInfo
-
Condition to be met to start the operation.
- STATE_AWARE_ACTION - Class in com.zebra.rfid.api3
-
STATE_AWARE_ACTION:Action Parameter for PreFilter (C1G2 Select).
- STATE_AWARE_ACTION_ASRT_SL - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 1: Matching tags: assert SL , Non-matching tags: do nothing
- STATE_AWARE_ACTION_ASRT_SL_NOT_DSRT_SL - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 0: Matching tags: assert SL , Non-matching tags: deassert SL
- STATE_AWARE_ACTION_DSRT_SL - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 5: Matching tags: deassert SL , Non-matching tags: do nothing
- STATE_AWARE_ACTION_DSRT_SL_NOT_ASRT_SL - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 4: Matching tags: inventoried state to B, Non-matching tags: inventoried state to A
- STATE_AWARE_ACTION_INV_A - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 1: Matching tags: inventoried state to A, Non-matching tags: do nothing
- STATE_AWARE_ACTION_INV_A2BB2A - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 3: Matching tags: (A to B, B to A), Non-matching tags: do nothing
- STATE_AWARE_ACTION_INV_A2BB2A_NOT_INV_A - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 3: Matching tags: (A to B, B to A), Non-matching tags: do nothing
[Obsolete("Do not use this enumeration.
- STATE_AWARE_ACTION_INV_A_NOT_INV_B - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 0: Matching tags: inventoried state to A, Non-matching tags: inventoried state to B
- STATE_AWARE_ACTION_INV_B - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 5: Matching tags: inventoried state to B, Non-matching tags: do nothing
- STATE_AWARE_ACTION_INV_B_NOT_INV_A - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 4: Matching tags: deassert SL, Non-matching tags: assert SL
- STATE_AWARE_ACTION_NEG_SL - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 3: Matching tags: negate SL , Non-matching tags: do nothing
- STATE_AWARE_ACTION_NEG_SL_NOT_ASRT_SL - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 3: Matching tags: negate SL , Non-matching tags: do nothing
[Obsolete("Do not use this enumeration.
- STATE_AWARE_ACTION_NOT_ASRT_SL - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 6: Matching tags: do nothing, Non-matching tags: assert SL
- STATE_AWARE_ACTION_NOT_DSRT_SL - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 2: Matching tags: do nothing, Non-matching tags: deassert SL
- STATE_AWARE_ACTION_NOT_INV_A - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 6: Matching tags: do nothing, Non-matching tags: inventoried state to A
- STATE_AWARE_ACTION_NOT_INV_A2BB2A - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 7: Matching tags: do nothing, Non-matching tags: (A to B, B to A)
- STATE_AWARE_ACTION_NOT_INV_B - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 2: Matching tags: do nothing, Non-matching tags: inventoried state to B
- STATE_AWARE_ACTION_NOT_NEG_SL - Static variable in class com.zebra.rfid.api3.STATE_AWARE_ACTION
-
Action 7: Matching tags: do nothing, Non-matching tags: negate SL
- STATE_UNAWARE_ACTION - Class in com.zebra.rfid.api3
-
STATE_UNAWARE_ACTION: Action Parameter for PreFilter (C1G2 Select).
- STATE_UNAWARE_ACTION_NOT_SELECT - Static variable in class com.zebra.rfid.api3.STATE_UNAWARE_ACTION
-
Action 5: Matching tags: do nothing, Non-matching tags: SELECT
- STATE_UNAWARE_ACTION_NOT_UNSELECT - Static variable in class com.zebra.rfid.api3.STATE_UNAWARE_ACTION
-
Action 2: Matching tags: SELECT, Non-matching tags: do nothing
- STATE_UNAWARE_ACTION_SELECT - Static variable in class com.zebra.rfid.api3.STATE_UNAWARE_ACTION
-
Action 1: Matching tags: SELECT, Non-matching tags: do nothing
- STATE_UNAWARE_ACTION_SELECT_NOT_UNSELECT - Static variable in class com.zebra.rfid.api3.STATE_UNAWARE_ACTION
-
Action 0: Matching tags: SELECT , Non-matching tags: UNSELECT
- STATE_UNAWARE_ACTION_UNSELECT - Static variable in class com.zebra.rfid.api3.STATE_UNAWARE_ACTION
-
Action 3: Matching tags: UNSELECT , Non-matching tags: do nothing
- STATE_UNAWARE_ACTION_UNSELECT_NOT_SELECT - Static variable in class com.zebra.rfid.api3.STATE_UNAWARE_ACTION
-
Action 4: Matching tags: SELECT , Non-matching tags: UNSELECT
- StateAwareAction - Variable in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Parameters for StateAware action
if filterAction is FILTER_ACTION_STATE_AWARE
- StateUnawareAction - Variable in class com.zebra.rfid.api3.PreFilters.PreFilter
-
Not Supported in the Android RFID SDK.
- StateUnawareAction - Class in com.zebra.rfid.api3
-
Not Supported in the Android RFID SDK.
- STATUS_EVENT_TYPE - Class in com.zebra.rfid.api3
-
Gives the value of status according to different events
- StatusEventData - Variable in class com.zebra.rfid.api3.RfidStatusEvents
-
- stop() - Method in class com.zebra.rfid.api3.Inventory
-
This methods stops an ongoing Inventory.
- stop() - Method in class com.zebra.rfid.api3.MultiTagLocate
-
This methods stops an ongoing Inventory.
- Stop() - Method in class com.zebra.rfid.api3.TagLocationing
-
- stop(String) - Method in class com.zebra.rfid.api3.UserApp
-
Stops the desired application
- STOP_TRIGGER_DURATION - Static variable in class com.zebra.rfid.api3.Constants
-
- STOP_TRIGGER_HANDHELD_PRESSED_CHECKED - Static variable in class com.zebra.rfid.api3.Constants
-
- STOP_TRIGGER_HANDHELD_RELEASED_CHECKED - Static variable in class com.zebra.rfid.api3.Constants
-
- STOP_TRIGGER_HANDHELD_TIMEOUT - Static variable in class com.zebra.rfid.api3.Constants
-
- STOP_TRIGGER_N_ATTEMPTS_NO_OF_ATTEMPTS - Static variable in class com.zebra.rfid.api3.Constants
-
- STOP_TRIGGER_N_ATTEMPTS_TIMEOUT - Static variable in class com.zebra.rfid.api3.Constants
-
- STOP_TRIGGER_STATUS - Static variable in class com.zebra.rfid.api3.Constants
-
- STOP_TRIGGER_TAG_OBSERVE_NO_OF_TAGS - Static variable in class com.zebra.rfid.api3.Constants
-
- STOP_TRIGGER_TAG_OBSERVE_TIMEOUT - Static variable in class com.zebra.rfid.api3.Constants
-
- STOP_TRIGGER_TYPE - Class in com.zebra.rfid.api3
-
STOP_TRIGGER_TYPE: Stop Trigger Type Parameter for Inventory and Access operations
- STOP_TRIGGER_TYPE_ACCESS_N_ATTEMPTS_WITH_TIMEOUT - Static variable in class com.zebra.rfid.api3.STOP_TRIGGER_TYPE
-
Stop after a specified number of access attempts
- STOP_TRIGGER_TYPE_DURATION - Static variable in class com.zebra.rfid.api3.STOP_TRIGGER_TYPE
-
Stop after a specified duration
- STOP_TRIGGER_TYPE_GPI_WITH_TIMEOUT - Static variable in class com.zebra.rfid.api3.STOP_TRIGGER_TYPE
-
Stop after a specified GPI Timeout
- STOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUT - Static variable in class com.zebra.rfid.api3.STOP_TRIGGER_TYPE
-
Stop after a specified Handheld Trigger Gun/Button Timeout
- STOP_TRIGGER_TYPE_IMMEDIATE - Static variable in class com.zebra.rfid.api3.STOP_TRIGGER_TYPE
-
Stop immediately when StopInventory or StopAccessSequence is called
- STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT - Static variable in class com.zebra.rfid.api3.STOP_TRIGGER_TYPE
-
Stop after a specified number of attempts
- STOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUT - Static variable in class com.zebra.rfid.api3.STOP_TRIGGER_TYPE
-
Stop after a specified number of Tags are read
- stopAccess() - Method in class com.zebra.rfid.api3.TagAccess
-
This method stops the execution of the Tag Access Operation.
- stopSequence() - Method in class com.zebra.rfid.api3.TagAccess.Sequence
-
This method stops the execution of the Tag Access Operation Sequence.
- StopTrigger - Class in com.zebra.rfid.api3
-
Stop Trigger Information.
- StopTrigger - Variable in class com.zebra.rfid.api3.TriggerInfo
-
Condition to be met to stop the operation.
- SupportedRegions - Variable in class com.zebra.rfid.api3.ReaderCapabilities
-
Regions supported by the reader
- SupportedRegions - Class in com.zebra.rfid.api3
-
Contains the supported region list.
- SupportedRegions() - Constructor for class com.zebra.rfid.api3.SupportedRegions
-
- switchMode() - Method in class com.zebra.rfid.api3.RFIDReader
-
- syncObject - Static variable in class com.zebra.rfid.api3.Readers
-
- SystemInfo - Class in com.zebra.rfid.api3
-
This class contains the information related to the reader such as firmware version,
FPGA version, reader name, reader location, UP Time, RAM and flash memort available
- SYSTEMTIME - Class in com.zebra.rfid.api3
-
Gives the system time
- SYSTEMTIME() - Constructor for class com.zebra.rfid.api3.SYSTEMTIME
-
- SYSTEMTIME(short, short, short, short, short, short, short, short) - Constructor for class com.zebra.rfid.api3.SYSTEMTIME
-