spandsp 3.0.0
hdlc_rx_stats_t Struct Reference

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

Detailed Description

HDLC received data statistics.

Member Data Documentation

◆ aborts

unsigned long int hdlc_rx_stats_t::aborts

The number of HDLC aborts received.

Referenced by hdlc_rx_get_stats().

◆ bytes

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().

◆ crc_errors

unsigned long int hdlc_rx_stats_t::crc_errors

The number of frames with CRC errors received.

Referenced by hdlc_rx_get_stats().

◆ good_frames

unsigned long int hdlc_rx_stats_t::good_frames

The number of good frames received.

Referenced by hdlc_rx_get_stats().

◆ length_errors

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().


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