|
NetBurner 3.5.6
PDF Version |
NetBurner General System Functions. More...
Functions | |
| int | SaveUserParameters (void *pCopyFrom, int len) |
| Save data to the on-chip flash memory User Parameter area. | |
| void * | GetUserParameters (void) |
| Returns a void pointer to the user parameter area. | |
| const char * | GetReleaseTag () |
| Returns the NNDK release tag information. | |
NetBurner General System Functions.
#include< system.h>
| const char * GetReleaseTag | ( | ) |
#include <system.h>
Returns the NNDK release tag information.
| void * GetUserParameters | ( | void | ) |
#include <system.h>
Returns a void pointer to the user parameter area.
On most platforms the total amount of space is 8k bytes. Typically used to retrieve a structure.
This function is here for reverse compatibility with releases prior to NetBurner 3.0. Alternatives are to use the 3.0 configuration tree, or the EFFS STD file system.
| int SaveUserParameters | ( | void * | pCopyFrom, |
| int | len ) |
#include <system.h>
Save data to the on-chip flash memory User Parameter area.
On most platforms the total amount of space is 8k bytes. Typically used to save a structure.
This function is here for reverse compatibility with releases prior to NetBurner 3.0. Alternatives are to use the 3.0 configuration tree, or the EFFS STD file system.
| pCopyFrom | Pointer to the data to copy and save |
| len | Length of data |