|
Contiki 2.6
|
Go to the source code of this file.
Functions | |
| void | infomem_read (void *buffer, unsigned int offset, unsigned char size) |
| Read bytes from infomemory. | |
| bool | infomem_write (unsigned int offset, unsigned char count,...) |
| Write bytes to infomemory. | |
Definition in file infomem.h.
| void infomem_read | ( | void * | buffer, |
| unsigned int | offset, | ||
| unsigned char | size | ||
| ) |
| bool infomem_write | ( | unsigned int | offset, |
| unsigned char | count, | ||
| ... | |||
| ) |
Write bytes to infomemory.
| [in] | offset | Offset in infomemory (0-254) |
| [in] | count | Number of items following each item is a pair pointer, length |
Example: Infomem_write( 0, 2, &a,3, &b,1 );