#include <comm_interface.h>
Data Fields | |
uint8_t | sof |
Start of frame. | |
uint8_t | cmd |
Command. | |
uint8_t | len |
Length. | |
uint8_t | payload [TRANSMIT_BUFFER_SIZE] |
Payload. | |
Structure for zniffer commands on the UART
uint8_t comm_interface_command_t::cmd |
Command.
uint8_t comm_interface_command_t::len |
Length.
uint8_t comm_interface_command_t::payload[TRANSMIT_BUFFER_SIZE] |
Payload.
uint8_t comm_interface_command_t::sof |
Start of frame.