Skip navigation links
B C D F G I O S V 

D

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.
dcssdkClose() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method to close the communication with SDK
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.
dcssdkEnableAvailableScannersDetection(boolean) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method requests to enable/disable "Available scanners detection" option.
dcssdkEstablishCommunicationSession(int) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method requests to establish communication session with a particular available scanner.
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.
dcssdkGetActiveScannersList(List<DCSScannerInfo>) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method to fetch the list of active(connected via bluetooth) scanners
dcssdkGetAvailableScannersList(List<DCSScannerInfo>) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method to fetch the list of available(paired via bluetooth) scanners
dcssdkGetIDCConfig() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method to get the IDCConfig information stored in SDK.
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
dcssdkGetUSBSNAPIWithImagingBarcode() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method provides connection barcode for USB scanners
dcssdkGetVersion() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method to return the version of the SDK.
dcssdkSetBTAddress(String) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method to set the Bluetooth address of the device.
dcssdkSetDelegate(IDcsSdkApiDelegate) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Registers a particular object which conforms to IDcsSdkApiDelegate interface as a receiver of SDK notifications.
dcssdkSetIDCConfig(IDCConfig) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method to set the IDC configuration information for SDK.
dcssdkSetOperationalMode(DCSSDKDefs.DCSSDK_MODE) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method to set the operational mode(If multiple modes are suppoted)
dcssdkStartScanForAvailableDevices() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method to scan all the currently available Bluetooth Devices.
dcssdkStartScanForTopologyChanges() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Scan for topology changes
dcssdkStopScanningDevices() - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method to stop current Bluetooth Devices scanning.
dcssdkSubsribeForEvents(int) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method to enable providing of notifications of requested types.
dcssdkTerminateCommunicationSession(int) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method requests to terminate communication session with a particular active scanner.
dcssdkUnsubsribeForEvents(int) - Method in interface com.zebra.scannercontrol.IDcsSdkApi
Method to disable providing of notification of requested types.
B C D F G I O S V 
Skip navigation links