DeviceInfo

DeviceInfo

DeviceInfo contains the device name, the supported capabilities and the current settings of the scan device.

Constructor

# new DeviceInfo(deviceName, supportedCapabilities, currentSettings)

Creates an instance of DeviceInfo.

Parameters:
Name Type Description
deviceName String

The name of the scan device.

supportedCapabilities Object

The supported capabilities of the scanner.

currentSettings Object

The current settings of the scanner.

Members

# currentSettings :Object

The current settings of the scanner.

Type:
  • Object

# deviceName :String

The name of the scan device.

Type:
  • String

# supportedCapabilities :SupportedCapabilities

The supported capabilities of the scanner.