Defines binding types. uint8_t

Enumeration Members

MANY_TO_ONE_BINDING: 2

A unicast binding whose 64-bit identifier is the many-to-one destination EUI64. Route discovery should be disabled when sending unicasts via many-to-one bindings.

MULTICAST_BINDING: 3

A multicast binding whose 64-bit identifier is the group address. This binding can be used to send messages to the group and to receive messages sent to the group.

UNICAST_BINDING: 1

A unicast binding whose 64-bit identifier is the destination EUI64.

UNUSED_BINDING: 0

A binding that is currently not in use.