ExternalUsbChannelConfiguration

The ExternalUsbChannelConfiguration object is used to connect to a reader using an external USB channel. Currently DeviceType.CHIPPER_1X, DeviceType.CHIPPER_2X, DeviceType.WISECUBE, DeviceType.WISEPAD_3 and DeviceType.WISEPAD_3S are supported. Auto reconnect is not supported with external USB channels.

Parameters

locationId

The ID of the Location that you want this reader to be registered to.

readerListener

The listener which receives events related to the status of the reader. as well as opportunities to update the reader's software

Constructors

Link copied to clipboard
constructor(locationId: String, readerListener: MobileReaderListener)

Properties

Link copied to clipboard
Link copied to clipboard
actual val locationId: String?

The ID of the Location that you want this reader to be registered to.

Link copied to clipboard
val locationRegistration: LocationRegistration
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String