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 OmniWheels 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 36 of file whiteboard_api.h.
Field Documentation
| uint8_t address[16] |
Registered IP address.
Definition at line 37 of file whiteboard_api.h.
| uint8_t eui64[8] |
EUI-64 of node that IP address is registered to.
Definition at line 39 of file whiteboard_api.h.
| int8_t interface_index |
Interface id.
Definition at line 40 of file whiteboard_api.h.
| uint_least24_t ttl |
Whiteboard entry TTL (seconds).
Definition at line 38 of file whiteboard_api.h.
Generated on Fri Jul 22 2022 04:54:15 by
1.7.2
