SetUserConfig

@Serializable
data class SetUserConfig(val userId: Long, val updateType: SetUserConfig.UpdateType) : BleDeviceRequest

Represents a request to configure user information on a device in the BLE Satellite Protocol by Tinno.

This class encapsulates settings for updating user identification on satellite devices, with control over whether and how these changes are synchronized with the server.

Constructors

Link copied to clipboard
constructor(userId: Long, updateType: SetUserConfig.UpdateType)

Types

Link copied to clipboard

Enumeration of strategies for handling user configuration updates with the server.

Properties

Link copied to clipboard

The operation code that identifies the type of request.

Link copied to clipboard

Controls how the configuration change is handled with respect to server synchronization.

Link copied to clipboard

The unique identifier for the user to be configured on the device.