zigbee-herdsman
    Preparing search index...

    Type Alias EmberMulticastTableEntry

    Defines an entry in the multicast table.

    A multicast table entry indicates that a particular endpoint is a member of a particular multicast group. Only devices with an endpoint in a multicast group will receive messages sent to that multicast group.

    type EmberMulticastTableEntry = {
        endpoint: number;
        multicastId: EmberMulticastId;
        networkIndex: number;
    }
    Index

    Properties

    endpoint: number

    The endpoint that is a member, or 0 if this entry is not in use (the ZDO is not a member of any multicast groups). uint8_t

    multicastId: EmberMulticastId

    The multicast group ID.

    networkIndex: number

    The network index of the network the entry is related to. uint8_t