Morse Micro IoT SDK  2.9.7
mmwlan_morse_stats Struct Reference

Detailed Description

Data structure used to represent an opaque buffer containing Morse statistics.

This is returned by mmwlan_get_morse_stats() and must be freed by mmwlan_free_morse_stats().

Definition at line 2642 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

uint8_t * buf
 Buffer containing the stats. More...
 
uint32_t len
 Length of stats in buf. More...
 

Field Documentation

◆ buf

uint8_t* mmwlan_morse_stats::buf

Buffer containing the stats.

Definition at line 2645 of file mmwlan.h.

◆ len

uint32_t mmwlan_morse_stats::len

Length of stats in buf.

Definition at line 2647 of file mmwlan.h.


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