Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
comm_interface_frame_t Struct Reference

#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.
 

Detailed Description

Structure for zniffer Rx frames on the UART

Field Documentation

◆ channel_and_speed

uint8_t comm_interface_frame_t::channel_and_speed

Channel and speed.

◆ len

uint8_t comm_interface_frame_t::len

Length.

◆ payload

uint8_t comm_interface_frame_t::payload[TRANSMIT_BUFFER_SIZE]

Payload.

◆ region

uint8_t comm_interface_frame_t::region

Region.

◆ rssi

uint8_t comm_interface_frame_t::rssi

RSSI value.

◆ sof_frame

uint8_t comm_interface_frame_t::sof_frame

Start of frame.

◆ start_of_data

uint16_t comm_interface_frame_t::start_of_data

Start of data.

◆ timestamp

uint16_t comm_interface_frame_t::timestamp

Timestamp.

◆ type

uint8_t comm_interface_frame_t::type

Type of frame.


The documentation for this struct was generated from the following file: