|
spandsp 3.0.0
|
#include <hdlc.h>
Public Attributes | |
| unsigned long int | bytes |
| The number of bytes of good frames received (CRC not included). | |
| unsigned long int | good_frames |
| The number of good frames received. | |
| unsigned long int | crc_errors |
| The number of frames with CRC errors received. | |
| unsigned long int | length_errors |
| The number of too short and too long frames received. | |
| unsigned long int | aborts |
| The number of HDLC aborts received. | |
HDLC received data statistics.
| unsigned long int hdlc_rx_stats_t::aborts |
The number of HDLC aborts received.
Referenced by hdlc_rx_get_stats().
| unsigned long int hdlc_rx_stats_t::bytes |
The number of bytes of good frames received (CRC not included).
Referenced by hdlc_rx_get_stats().
| unsigned long int hdlc_rx_stats_t::crc_errors |
The number of frames with CRC errors received.
Referenced by hdlc_rx_get_stats().
| unsigned long int hdlc_rx_stats_t::good_frames |
The number of good frames received.
Referenced by hdlc_rx_get_stats().
| unsigned long int hdlc_rx_stats_t::length_errors |
The number of too short and too long frames received.
Referenced by hdlc_rx_get_stats().