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. | |
|
|
The 16-bit unsigned data type. This may have to be tweaked for your particular compiler. "unsigned short" works for most compilers. |
|
|
The 8-bit unsigned data type. This may have to be tweaked for your particular compiler. "unsigned char" works for most compilers. |
|
|
The statistics data type. This datatype determines how high the statistics counters are able to count. |
1.3.3