zigbee-herdsman
    Preparing search index...

    Enumeration EmberOutgoingMessageType

    Defines the possible outgoing message types. uint8_t

    Index

    Enumeration Members

    BROADCAST: 6

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

    BROADCAST_WITH_ALIAS: 5

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

    DIRECT: 0

    Unicast sent directly to an EmberNodeId.

    MULTICAST: 3

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

    MULTICAST_WITH_ALIAS: 4

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

    VIA_ADDRESS_TABLE: 1

    Unicast sent using an entry in the address table.

    VIA_BINDING: 2

    Unicast sent using an entry in the binding table.