#include <comm_interface.h>
Data Fields | |
uint8_t | sof_frame |
Start of frame. | |
uint8_t | type |
Type of frame. | |
uint16_t | timestamp |
Timestamp. | |
uint8_t | channel_and_speed |
Channel and speed. | |
uint8_t | region |
Region. | |
uint8_t | rssi |
RSSI value. | |
uint16_t | start_of_data |
Start of data. | |
uint8_t | len |
Length. | |
uint8_t | payload [TRANSMIT_BUFFER_SIZE] |
Payload. | |
Structure for zniffer Rx frames on the UART
uint8_t comm_interface_frame_t::channel_and_speed |
Channel and speed.
uint8_t comm_interface_frame_t::len |
Length.
uint8_t comm_interface_frame_t::payload[TRANSMIT_BUFFER_SIZE] |
Payload.
uint8_t comm_interface_frame_t::region |
Region.
uint8_t comm_interface_frame_t::rssi |
RSSI value.
uint8_t comm_interface_frame_t::sof_frame |
Start of frame.
uint16_t comm_interface_frame_t::start_of_data |
Start of data.
uint16_t comm_interface_frame_t::timestamp |
Timestamp.
uint8_t comm_interface_frame_t::type |
Type of frame.