Mebm  1.0.0
 All Classes Files Functions Variables Macros Pages
Public Attributes | List of all members
t_mebmMessage Struct Reference

Mebm message structure. More...

#include <Mebm.h>

Public Attributes

char magic [MEBM_MAGIC_SZ]
 The "magic" header used to help identify the data as a MEBM message.
 
char msgFrom [MEBM_NODEID_MAX_SZ]
 The name of the node where the message is originating (human-readable ID).
 
char msgType [MEBM_MSGTYP_MAX_SZ]
 The type of the message, typically named for the sort of event it described, e.g.
 
char msgData [MEBM_MSGDAT_MAX_SZ]
 The per-message varying data for the message, e.g.
 

Detailed Description

Mebm message structure.

Examples:
mebm_tut_2.ino, and mebm_tut_3.ino.

Member Data Documentation

char t_mebmMessage::magic[MEBM_MAGIC_SZ]

The "magic" header used to help identify the data as a MEBM message.

char t_mebmMessage::msgData[MEBM_MSGDAT_MAX_SZ]

The per-message varying data for the message, e.g.

an actual temperature sensor output value.

Examples:
mebm_tut_2.ino, and mebm_tut_3.ino.
char t_mebmMessage::msgFrom[MEBM_NODEID_MAX_SZ]

The name of the node where the message is originating (human-readable ID).

char t_mebmMessage::msgType[MEBM_MSGTYP_MAX_SZ]

The type of the message, typically named for the sort of event it described, e.g.

"TempSensor".


The documentation for this struct was generated from the following file: