Contain the superset of values passed to both emberIncomingMessageHandler on the SoC and ezspIncomingMessageHandler on the host.
Public Attributes#
EmberIncomingMessageType
EmberApsFrame *
uint8_t *
uint16_t
uint16_t
uint8_t
int8_t
uint8_t
uint8_t
uint8_t
Public Attribute Documentation#
type#
EmberIncomingMessageType EmberAfIncomingMessage::type
The type of the incoming message.
Definition at line
299
of file app/framework/include/af-types.h
apsFrame#
EmberApsFrame* EmberAfIncomingMessage::apsFrame
APS frame for the incoming message.
Definition at line
303
of file app/framework/include/af-types.h
message#
uint8_t* EmberAfIncomingMessage::message
The message copied into a flat buffer.
Definition at line
307
of file app/framework/include/af-types.h
msgLen#
uint16_t EmberAfIncomingMessage::msgLen
Length of the incoming message.
Definition at line
311
of file app/framework/include/af-types.h
source#
uint16_t EmberAfIncomingMessage::source
Two byte node ID of the sending node.
Definition at line
315
of file app/framework/include/af-types.h
lastHopLqi#
uint8_t EmberAfIncomingMessage::lastHopLqi
Link quality from the node that last relayed the message.
Definition at line
320
of file app/framework/include/af-types.h
lastHopRssi#
int8_t EmberAfIncomingMessage::lastHopRssi
The energy level (in units of dBm) observed during the reception.
Definition at line
324
of file app/framework/include/af-types.h
bindingTableIndex#
uint8_t EmberAfIncomingMessage::bindingTableIndex
The index of a binding that matches the message or 0xFF if there is no matching binding.
Definition at line
329
of file app/framework/include/af-types.h
addressTableIndex#
uint8_t EmberAfIncomingMessage::addressTableIndex
The index of the entry in the address table that matches the sender of the message or 0xFF if there is no matching entry.
Definition at line
335
of file app/framework/include/af-types.h
networkIndex#
uint8_t EmberAfIncomingMessage::networkIndex
The index of the network on which this message was received.
Definition at line
339
of file app/framework/include/af-types.h