EmberIncomingMessage Struct Reference
An instance of this structure is passed to emberIncomingMessageHandler() . It describes the incoming message. More...
#include <
ember-types.h
>
Data Fields |
|
EmberMessageOptions | options |
EmberNodeId | source |
uint8_t | endpoint |
int8_t | rssi |
EmberMessageLength | length |
uint8_t * | payload |
An instance of this structure is passed to emberIncomingMessageHandler() . It describes the incoming message.
Definition at line
206
of file
ember-types.h
.
Field Documentation
uint8_t EmberIncomingMessage::endpoint |
The endpoint the message is destined to.
Definition at line
219
of file
ember-types.h
.
EmberMessageLength EmberIncomingMessage::length |
An EmberMessageLength value indicating the length in bytes of the incoming message.
Definition at line
228
of file
ember-types.h
.
EmberMessageOptions EmberIncomingMessage::options |
An EmberMessageOptions value indicating the options used for the incoming packet.
Definition at line
211
of file
ember-types.h
.
uint8_t* EmberIncomingMessage::payload |
A pointer to the message payload.
Definition at line
232
of file
ember-types.h
.
int8_t EmberIncomingMessage::rssi |
The RSSI the packet was received with.
Definition at line
223
of file
ember-types.h
.
EmberNodeId EmberIncomingMessage::source |
An EmberNodeId value indicating source node ID.
Definition at line
215
of file
ember-types.h
.
The documentation for this struct was generated from the following file:
-
ember-types.h