SosCloseAck

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

Represents an acknowledgment for an SOS close/end event in the BLE Satellite Protocol by Tinno.

This class encapsulates a response to an SOS termination event, confirming whether the emergency closure 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 close event was successfully acknowledged (true) or not (false).