Defines | |
| #define | STACK_VER_MAJOR 2 |
| #define | STACK_VER_MINOR 45 |
| #define | StackIsInConfigMode() (FALSE) |
Functions | |
| void | StackInit (void) |
| void | StackTask (void) |
Variables | |
| ROM char | STACK_VER_STR [] |
| #define STACK_VER_MAJOR 2 |
| #define STACK_VER_MINOR 45 |
| #define StackIsInConfigMode | ( | ) | (FALSE) |
| void StackInit | ( | void | ) |
This function must be called before any of the stack or its component routines be used.
Side Affect: Stack and its componentns are initialized
| void StackTask | ( | void | ) |
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.
| ROM char STACK_VER_STR[] |
1.4.7