NetBurner 3.5.0
PDF Version
 
os_fifo_el Struct Reference

OS_FIFO element definition. More...

#include <nbrtos.h>

Inherited by pool_buffer.

Public Attributes

union { 
 
   struct os_fifo_el *   pNextFifo_El 
 Pointer to next OS_FIFO element.
 
   puint8_t   pAsBytePtr 
 Next OS_FIFO element data byte pointer.
 
};  
 This struture is a union of a pointer to the next OS_FIFO and a byte pointer to the same data.
 

Detailed Description

OS_FIFO element definition.

This struture is a union of a pointer to the next OS_FIFO and a byte pointer to the same data.


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