Trident IoT SDK
Loading...
Searching...
No Matches
tr_cli_buffer_stats_t Struct Reference

Structure containing CLI buffer driver statistics. More...

#include <tr_cli_buffer.h>

Data Fields

uint8_t buffer_high_watermark
 Maximum number of buffered bytes at any time since stats were cleared.
uint16_t byte_drops
 Number of character drops due to buffer being full.
uint16_t buffer_size
 Size of the character buffer.

Detailed Description

Structure containing CLI buffer driver statistics.

Field Documentation

◆ buffer_high_watermark

uint8_t tr_cli_buffer_stats_t::buffer_high_watermark

Maximum number of buffered bytes at any time since stats were cleared.

◆ buffer_size

uint16_t tr_cli_buffer_stats_t::buffer_size

Size of the character buffer.

◆ byte_drops

uint16_t tr_cli_buffer_stats_t::byte_drops

Number of character drops due to buffer being full.


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