rf channel statistics structure
Public Attributes#
uint32_t
Transmitted frames on rf channel.
uint32_t
Frame transmit retries on rf channel.
uint32_t
Frame transmit failed by lbt on rf channel.
uint32_t
Frames received with foreign homeid on rf channel.
uint32_t
Frames received with CRC error on rf channel.
int8_t
Background RSSI average on rf channel.
int8_t
End Device RSSI average on rf channel.
Public Attribute Documentation#
rf_channel_tx_frames#
uint32_t zpal_radio_rf_channel_statistic_t::rf_channel_tx_frames
Transmitted frames 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.
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_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_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_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.