WE310F5  39.00.000
m2mb_Net_Buf_Queue_s Struct Reference

Structure that contains information about a free queue. More...

#include <m2mb_netbuf.h>

Data Fields

char name [M2MB_NETBUF_MAX_QUEUE_NAME]
 
uint8_t total_Buffers
 
uint8_t free_Buffers
 

Detailed Description

Structure that contains information about a free queue.

This structure contains the number of free packet buffers and the total number of buffers in a given queue.

Definition at line 114 of file m2mb_netbuf.h.

Field Documentation

◆ free_Buffers

uint8_t free_Buffers

Number of free buffers available.

Definition at line 118 of file m2mb_netbuf.h.

◆ name

Name of the free queue.

Definition at line 116 of file m2mb_netbuf.h.

◆ total_Buffers

uint8_t total_Buffers

Total number of buffers allocated.

Definition at line 117 of file m2mb_netbuf.h.


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