EmberOutgoingMessage Struct Reference

An instance of this structure is passed to emberMessageSentHandler(). It describes the outgoing packet. More...

#include <ember-types.h>

Data Fields

EmberMessageOptions options
 
EmberNodeId destination
 
uint8_t endpoint
 
uint8_t tag
 
EmberMessageLength length
 
uint8_t * payload
 

An instance of this structure is passed to emberMessageSentHandler(). It describes the outgoing packet.

Definition at line 239 of file ember-types.h.

Field Documentation

EmberNodeId EmberOutgoingMessage::destination

An EmberNodeId value indicating the destination short ID.

Definition at line 248 of file ember-types.h.

uint8_t EmberOutgoingMessage::endpoint

The endpoint the message is destined to.

Definition at line 252 of file ember-types.h.

EmberMessageLength EmberOutgoingMessage::length

An EmberMessageLength value indicating the length in bytes of the incoming message.

Definition at line 262 of file ember-types.h.

EmberMessageOptions EmberOutgoingMessage::options

An EmberMessageOptions value indicating the options used for transmitting the outgoing message.

Definition at line 244 of file ember-types.h.

uint8_t* EmberOutgoingMessage::payload

A pointer to the message payload.

Definition at line 266 of file ember-types.h.

uint8_t EmberOutgoingMessage::tag

A tag value the application can use to match emberMessageSend() calls to the corresponding emberMessageSentHandler() calls.

Definition at line 257 of file ember-types.h.


The documentation for this struct was generated from the following file:
  • ember-types.h