packet_ack

Name

packet_ack -- Positive acknowledgement; a network packet has been received.

Parameter Format

The following table shows how the command is encoded for network transmission:

TypeNameDescription
uint8id = 7The command byte that identifies this command.
uint32packet_idThe ID of the packet to be positively acknowledged.

Description

This command is used to acknowledge the successful reception of a command packet.

It is not exposed in the reference API, but instead handled under the hood for the application programmer.