public class DCSScannerInfo
extends java.lang.Object
Constructor and Description |
---|
DCSScannerInfo() |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.Integer,DCSScannerInfo> |
getAuxiliaryScanners() |
DCSSDKDefs.DCSSDK_CONN_TYPES |
getConnectionType()
Method to access the connectionType(if multiple connection types are supported)
|
java.lang.String |
getScannerHWSerialNumber()
Hardware serial number (Bluetooth Serial Number or HID serial number) of a particular scanner.
|
int |
getScannerID()
Method to access the scannerID
|
java.lang.String |
getScannerModel()
Method to access the model of the scanner
|
java.lang.String |
getScannerName()
Method which returns the name of the scanner
|
boolean |
isActive()
Method which returns true/false depending on whether we are communicating with the scanner or not
|
boolean |
isAutoCommunicationSessionReestablishment()
Method to know whether the scanner is configured to support connection reestablishment.
|
public java.util.HashMap<java.lang.Integer,DCSScannerInfo> getAuxiliaryScanners()
public int getScannerID()
public DCSSDKDefs.DCSSDK_CONN_TYPES getConnectionType()
public boolean isAutoCommunicationSessionReestablishment()
public boolean isActive()
public java.lang.String getScannerName()
public java.lang.String getScannerModel()
public java.lang.String getScannerHWSerialNumber()