ScannerInfo.ConnectionType

EMDK For Android 4.0

List of supported scanner connection types.

Example Usage:



ConnectionType.INTERNAL;

Values:

  • INTERNAL -The scanner device connected internally within the mobile device.

  • BLUETOOTH_SSI -The scanner device connected via Bluetooth to the mobile device.

  • SERIAL_SSI -The scanner device connected via serial SSI to the mobile device.

  • USB -The scanner device connected via USB to the mobile device.

  • UNDEFINED -Connection type is not defined.