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

Network statistics structure. More...

#include <zpal_radio.h>

Data Fields

uint32_t tx_frames
 Transmitted Frames.
 
uint32_t tx_lbt_back_offs
 LBT backoffs.
 
uint32_t rx_frames
 Received Frames (No errors).
 
uint32_t rx_lrc_errors
 Checksum Errors.
 
uint32_t rx_crc_errors
 CRC16 Errors.
 
uint32_t rx_foreign_home_id
 Foreign Home ID.
 
uint32_t tx_time_channel_0
 Accumulated transmission time in ms for channel 0.
 
uint32_t tx_time_channel_1
 Accumulated transmission time in ms for channel 1.
 
uint32_t tx_time_channel_2
 Accumulated transmission time in ms for channel 2.
 
uint32_t tx_time_channel_3
 Accumulated transmission time in ms for channel 3, i.e., US_LR1.
 
uint32_t tx_time_channel_4
 Accumulated transmission time in ms for channel 4, i.e., US_LR2.
 

Detailed Description

Network statistics structure.

Field Documentation

◆ rx_crc_errors

uint32_t zpal_radio_network_stats_t::rx_crc_errors

CRC16 Errors.

◆ rx_foreign_home_id

uint32_t zpal_radio_network_stats_t::rx_foreign_home_id

Foreign Home ID.

◆ rx_frames

uint32_t zpal_radio_network_stats_t::rx_frames

Received Frames (No errors).

◆ rx_lrc_errors

uint32_t zpal_radio_network_stats_t::rx_lrc_errors

Checksum Errors.

◆ tx_frames

uint32_t zpal_radio_network_stats_t::tx_frames

Transmitted Frames.

◆ tx_lbt_back_offs

uint32_t zpal_radio_network_stats_t::tx_lbt_back_offs

LBT backoffs.

◆ tx_time_channel_0

uint32_t zpal_radio_network_stats_t::tx_time_channel_0

Accumulated transmission time in ms for channel 0.

◆ tx_time_channel_1

uint32_t zpal_radio_network_stats_t::tx_time_channel_1

Accumulated transmission time in ms for channel 1.

◆ tx_time_channel_2

uint32_t zpal_radio_network_stats_t::tx_time_channel_2

Accumulated transmission time in ms for channel 2.

◆ tx_time_channel_3

uint32_t zpal_radio_network_stats_t::tx_time_channel_3

Accumulated transmission time in ms for channel 3, i.e., US_LR1.

◆ tx_time_channel_4

uint32_t zpal_radio_network_stats_t::tx_time_channel_4

Accumulated transmission time in ms for channel 4, i.e., US_LR2.


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