set Postamble From String
Sets the postamble formatting using a string.
Return
A CommandResponse indicating the success or failure of the operation.
Parameters
device Id
The identifier of the target device.
postamble
A string to be used as the postamble.
abstract fun setPostambleFromString(deviceId: String, postamble: String, callback: (Result<CommandResponse>) -> Unit)
Callback-based version of setPostambleFromString for Java interoperability.
Parameters
device Id
The identifier of the target device.
postamble
A string to be used as the postamble.
callback
Callback to receive the CommandResponse.