David Rimer / RadioHead-148
Embed: (wiki syntax)

« Back to documentation index

RHMesh::MeshApplicationMessage Struct Reference

RHMesh::MeshApplicationMessage Struct Reference

Signals an application layer message for the caller of RHMesh. More...

#include <RHMesh.h>

Data Fields

MeshMessageHeader header
 msgType = RH_MESH_MESSAGE_TYPE_APPLICATION
uint8_t data [RH_MESH_MAX_MESSAGE_LEN]
 Application layer payload data.

Detailed Description

Signals an application layer message for the caller of RHMesh.

Definition at line 129 of file RHMesh.h.


Field Documentation

uint8_t data[RH_MESH_MAX_MESSAGE_LEN]

Application layer payload data.

Definition at line 132 of file RHMesh.h.

msgType = RH_MESH_MESSAGE_TYPE_APPLICATION

Definition at line 131 of file RHMesh.h.