![]() |
NetBurner 3.3.9
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. More... | |
void * | GetUserParameters (void) |
Returns a void pointer to the user parameter area. More... | |
const char * | GetReleaseTag () |
Returns the NNDK release tag information. More... | |
NetBurner General System Functions.
const char * GetReleaseTag | ( | ) |
Returns the NNDK release tag information.
void * GetUserParameters | ( | void | ) |
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 | ||
) |
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 |