zigbee-herdsman
    Preparing search index...

    Type Alias EmberMultiprotocolPriorities

    removed in EZSP v16 in favor of

    Ember802154RadioPriorities

    type EmberMultiprotocolPriorities = {
        activeRx: number;
        backgroundRx: number;
        tx: number;
    }
    Index

    Properties

    activeRx: number

    The priority of a Zigbee RX operation while receiving a packet. uint8_t

    backgroundRx: number

    The priority of a Zigbee RX operation while not receiving a packet. uint8_t

    tx: number

    The priority of a Zigbee TX operation. uint8_t