zigbee-on-host
    Preparing search index...

    Type Alias ZigbeeNWKGPFrameControl

    Frame Control Field: 0x8c, Frame Type: Data, NWK Frame Extension Data .... ..00 = Frame Type: Data (0x0) ..00 11.. = Protocol Version: 3 .0.. .... = Auto Commissioning: False 1... .... = NWK Frame Extension: True

    type ZigbeeNWKGPFrameControl = {
        autoCommissioning: boolean;
        frameType: number;
        nwkFrameControlExtension: boolean;
        protocolVersion: number;
    }
    Index

    Properties

    autoCommissioning: boolean
    frameType: number
    nwkFrameControlExtension: boolean
    protocolVersion: number