clearAllSuffixes

abstract suspend fun clearAllSuffixes(deviceId: String): CommandResponse

Clears the suffix formatting on the device.

Return

A CommandResponse indicating the success or failure of the operation.

Parameters

deviceId

The identifier of the target device.


abstract fun clearAllSuffixes(deviceId: String, callback: (Result<CommandResponse>) -> Unit)

Callback-based version of clearAllSuffixes for Java interoperability.

Parameters

deviceId

The identifier of the target device.

callback

Callback to receive the CommandResponse.