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.
RHRouter::RoutedMessage Struct Reference
Defines the structure of a RHRouter message. More...
#include <RHRouter.h>
Data Fields | |
RoutedMessageHeader | header |
end-to-end delivery header | |
uint8_t | data [RH_ROUTER_MAX_MESSAGE_LEN] |
Application payload data. |
Detailed Description
Defines the structure of a RHRouter message.
Definition at line 148 of file RHRouter.h.
Field Documentation
uint8_t data[RH_ROUTER_MAX_MESSAGE_LEN] |
Application payload data.
Definition at line 151 of file RHRouter.h.
end-to-end delivery header
Definition at line 150 of file RHRouter.h.
Generated on Tue Jul 12 2022 18:05:57 by
