clearPostamble

abstract suspend fun clearPostamble(deviceId: String): CommandResponse

Clears the postamble 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 clearPostamble(deviceId: String, callback: (Result<CommandResponse>) -> Unit)

Callback-based version of clearPostamble for Java interoperability.

Parameters

deviceId

The identifier of the target device.

callback

Callback to receive the CommandResponse.