Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

uIP type definitions
[Configuration options for uIP]


Typedefs

typedef unsigned char u8_t
 The 8-bit unsigned data type.

typedef unsigned short u16_t
 The 16-bit unsigned data type.

typedef unsigned short uip_stats_t
 The statistics data type.


Typedef Documentation

typedef unsigned short u16_t
 

The 16-bit unsigned data type.

This may have to be tweaked for your particular compiler. "unsigned short" works for most compilers.

typedef unsigned char u8_t
 

The 8-bit unsigned data type.

This may have to be tweaked for your particular compiler. "unsigned char" works for most compilers.

typedef unsigned short uip_stats_t
 

The statistics data type.

This datatype determines how high the statistics counters are able to count.


Generated on Tue Oct 7 15:51:45 2003 for uIP 0.9 by doxygen 1.3.3