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