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

rf channel statistics structure More...

#include <zpal_radio.h>

Data Fields

uint32_t rf_channel_tx_frames
 Transmitted frames on rf channel.
 
uint32_t rf_channel_tx_retries
 Frame transmit retries on rf channel.
 
uint32_t rf_channel_tx_lbt_failures
 Frame transmit failed by lbt on rf channel.
 
uint32_t rf_channel_rx_foreign_homeid
 Frames received with foreign homeid on rf channel.
 
uint32_t rf_channel_rx_crc_error
 Frames received with CRC error on rf channel.
 
int8_t rf_channel_background_rssi_average
 Background RSSI average on rf channel.
 
int8_t rf_channel_end_device_rssi_average
 End Device RSSI average on rf channel.
 

Detailed Description

rf channel statistics structure

Field Documentation

◆ rf_channel_background_rssi_average

int8_t zpal_radio_rf_channel_statistic_t::rf_channel_background_rssi_average

Background RSSI average on rf channel.

◆ rf_channel_end_device_rssi_average

int8_t zpal_radio_rf_channel_statistic_t::rf_channel_end_device_rssi_average

End Device RSSI average on rf channel.

◆ rf_channel_rx_crc_error

uint32_t zpal_radio_rf_channel_statistic_t::rf_channel_rx_crc_error

Frames received with CRC error on rf channel.

◆ rf_channel_rx_foreign_homeid

uint32_t zpal_radio_rf_channel_statistic_t::rf_channel_rx_foreign_homeid

Frames received with foreign homeid on rf channel.

◆ rf_channel_tx_frames

uint32_t zpal_radio_rf_channel_statistic_t::rf_channel_tx_frames

Transmitted frames on rf channel.

◆ rf_channel_tx_lbt_failures

uint32_t zpal_radio_rf_channel_statistic_t::rf_channel_tx_lbt_failures

Frame transmit failed by lbt on rf channel.

◆ rf_channel_tx_retries

uint32_t zpal_radio_rf_channel_statistic_t::rf_channel_tx_retries

Frame transmit retries on rf channel.


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