DittoGlobalConfig

data class DittoGlobalConfig(var syncGroup: UInt, var routingHint: UInt = NO_PREFERRED_ROUTE_HINT) : Cloneable

Settings not associated with any specific type of transport.

Constructors

Link copied to clipboard
fun DittoGlobalConfig(syncGroup: UInt, routingHint: UInt = NO_PREFERRED_ROUTE_HINT)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun clone(): DittoGlobalConfig

Properties

Link copied to clipboard
@get:JvmName(name = "getRoutingHintUInt")
@set:JvmName(name = "setRoutingHintUInt")
var routingHint: UInt

The routing hint for this device.

Link copied to clipboard
@get:JvmName(name = "getRoutingHint")
@set:JvmName(name = "setRoutingHint")
var routingHintLong: Long

Long version of routingHint for Java compatibility.

Link copied to clipboard
@get:JvmName(name = "getSyncGroupUInt")
@set:JvmName(name = "setSyncGroupUInt")
var syncGroup: UInt

The sync group for this device.

Link copied to clipboard
@get:JvmName(name = "getSyncGroup")
@set:JvmName(name = "setSyncGroup")
var syncGroupLong: Long

Signed Long version of syncGroup for Java compatibility.