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.
RHMesh::MeshRouteDiscoveryMessage Struct Reference
Signals a route discovery request or reply (At present only supports physical dest addresses of length 1 octet) More...
#include <RHMesh.h>
Data Fields | |
MeshMessageHeader | header |
msgType = RH_MESH_MESSAGE_TYPE_ROUTE_DISCOVERY_* | |
uint8_t | destlen |
Reserved. Must be 1.g. | |
uint8_t | dest |
The address of the destination node whose route is being sought. | |
uint8_t | route [RH_MESH_MAX_MESSAGE_LEN-1] |
List of node addresses visited so far. Length is implcit. |
Detailed Description
Signals a route discovery request or reply (At present only supports physical dest addresses of length 1 octet)
Definition at line 136 of file RHMesh.h.
Field Documentation
uint8_t dest |
Generated on Tue Jul 12 2022 18:05:56 by
