Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os by
whiteboard_entry_t Struct Reference
A structure describing a whiteboarding entry. More...
#include <whiteboard_api.h>
Data Fields | |
uint8_t | address [16] |
Registered IP address. | |
uint_least24_t | ttl |
Whiteboard entry TTL (seconds). | |
uint8_t | eui64 [8] |
EUI-64 of node that IP address is registered to. | |
int8_t | interface_index |
Interface id. |
Detailed Description
A structure describing a whiteboarding entry.
Definition at line 33 of file whiteboard_api.h.
Field Documentation
uint8_t address[16] |
Registered IP address.
Definition at line 34 of file whiteboard_api.h.
uint8_t eui64[8] |
EUI-64 of node that IP address is registered to.
Definition at line 36 of file whiteboard_api.h.
int8_t interface_index |
Interface id.
Definition at line 37 of file whiteboard_api.h.
uint_least24_t ttl |
Whiteboard entry TTL (seconds).
Definition at line 35 of file whiteboard_api.h.
Generated on Tue Jul 12 2022 13:17:02 by
