Pc
Command ACK Packet
Added on v1.0.0
TCP
HTTP
Defines the ACK packet of a command execution, designed to be only used by the client to acknowledge the execution of a command sent to the server.
Example Usage
<Pc>UNIX;COMMAND_ID;MESSAGE;CRC16</Pc>
Parameter | Type | Description | Example |
---|---|---|---|
UNIX | float | UNIX timestamps defined in seconds of the execution | 1753306994 |
COMMAND_ID | int | ID of the command execution, this ID is sent by the server in Ac packet | 1 |
MESSAGE | string | Message of the command execution, this message is sent by the server in Ac packet | Command executed successfully |
CRC16 | integer | Cyclic Redundancy Check for error checking. | 1234 |