Timeouts

data class Timeouts(var autoCancelTimeout: Int = 0, var initialScanDelay: Int = 0)

Configuration of timeouts.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(autoCancelTimeout: Int = 0, initialScanDelay: Int = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sets the auto close timer in ms. Default is 0 (disabled). Default is 0

Link copied to clipboard

Sets the time in ms the first scan is delayed by. Default is 0 (disabled). Default is 0

Functions

Link copied to clipboard
fun toJson(): JsonObject