Data Structures | |
| union | _STACK_FLAGS |
Defines | |
| #define | STACK_VER_MAJOR 2 |
| #define | STACK_VER_MINOR 4 |
| #define | StackIsInConfigMode() (FALSE) |
Typedefs | |
| typedef _STACK_FLAGS | STACK_FLAGS |
Functions | |
| void | StackInit (void) |
| void | StackTask (void) |
Variables | |
| ROM char | STACK_VER_STR [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This function must be called before any of the stack or its component routines be used. Side Affect: Stack and its componentns are initialized |
|
|
This FSM checks for new incoming packets, and routes it to appropriate stack components. It also performs timed operations. This function must be called periodically called to make sure that timely response.
|
|
|
|
1.4.5