InternetConnectionConfiguration
actual class InternetConnectionConfiguration(val failIfInUse: Boolean = false, val internetReaderListener: InternetReaderListener?) : ConnectionConfiguration
The InternetConnectionConfiguration object is used to connect to an internet reader such as DeviceType.STRIPE_S700 or DeviceType.WISEPOS_E.
Parameters
failIfInUse
When set to true, an error is returned when attempting to connect to a reader that is already collecting a payment.
internetReaderListener
The listener which receives events related to the status of the reader.