Header file for the Rime address representation. More...
#include "contiki-conf.h"Go to the source code of this file.
Functions | |
| void | rimeaddr_copy (rimeaddr_t *dest, const rimeaddr_t *from) |
| Copy a Rime address. | |
| int | rimeaddr_cmp (const rimeaddr_t *addr1, const rimeaddr_t *addr2) |
| Compare two Rime addresses. | |
| void | rimeaddr_set_node_addr (rimeaddr_t *addr) |
| Set the address of the current node. | |
Variables | |
| rimeaddr_t | rimeaddr_node_addr |
| The Rime address of the node. | |
| const rimeaddr_t | rimeaddr_null |
| The null Rime address. | |
Header file for the Rime address representation.
Definition in file rimeaddr.h.
1.6.1