Defines the possible outgoing message types. uint8_t

Enumeration Members

BROADCAST

A broadcast message. This value is passed to emberMessageSentHandler() only. It may not be passed to emberSendUnicast().

BROADCAST_WITH_ALIAS

An aliased Broadcast message. This value is passed to emberMessageSentHandler() only. It may not be passed to emberSendUnicast().

DIRECT

Unicast sent directly to an EmberNodeId.

MULTICAST

Multicast message. This value is passed to emberMessageSentHandler() only. It may not be passed to emberSendUnicast().

MULTICAST_WITH_ALIAS

An aliased multicast message. This value is passed to emberMessageSentHandler() only. It may not be passed to emberSendUnicast().

VIA_ADDRESS_TABLE

Unicast sent using an entry in the address table.

VIA_BINDING

Unicast sent using an entry in the binding table.