CommandAcknowledgement

open class CommandAcknowledgement(val acknowledging: String)

A CommandAcknowledgement is a message that is sent in response to a Command from the connected peer. It indicates that either:

  • the Command was received (0); or

  • the Command was received and has been finished processing (1).

Parameters

acknowledging

The original command id that this CommandAcknowledgement is in response to.

Constructors

Link copied to clipboard
fun CommandAcknowledgement(acknowledging: String)

Properties

Link copied to clipboard
val acknowledging: String

The original command id that this CommandAcknowledgement is in response to.

Inheritors

Link copied to clipboard