DittoGlobalConfig

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

Settings not associated with any specific type of transport.

Constructors

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

Properties

Link copied to clipboard
var routingHint: UInt

The routing hint for this device.

Link copied to clipboard
var syncGroup: UInt

The sync group for this device.