SosOpenAck

@Serializable
data class SosOpenAck(val status: Boolean) : BleDeviceRequest

Represents an acknowledgment for an SOS open/start event in the BLE Satellite Protocol by Tinno.

This class encapsulates a response to an SOS initiation event, confirming whether the emergency request was successfully received and processed by the system.

This is internally used to send an Acknowledgment to the device.

Constructors

Link copied to clipboard
constructor(status: Boolean)

Properties

Link copied to clipboard

The operation code that identifies the type of request.

Link copied to clipboard

Boolean indicating whether the SOS open event was successfully acknowledged (true) or not (false).