This module contains several helper functions used throughout the TCP/IP Stack. Some of these duplicate functionality already implemented in the compiler's default libraries. In those cases, the compiler's version is used and the stack's version is omitted.
Topics
Name |
Description |
Functions and variables accessible by the stack application | |
The following table lists functions in this documentation. | |
The following table lists variables in this documentation. |
Functions
|
Name |
Description |
|
Returns a pseudo-random 16-bit unsigned integer in the range from 0 to 65535 (0x0000 to 0xFFFF). | |
|
Seeds the LFSR random number generator invoked by the LFSRRand() function. The prior seed is returned. | |
|
Copies multiple strings to a destination |
Variables
|
Name |
Description |
|
Default Random Number Generator seed. 0x41FE9F9E corresponds to calling LFSRSeedRand(1) |