zigbee-on-host
    Preparing search index...

    Type Alias ZigbeeNWKGPFrameControlExt

    Extended NWK Frame Control Field: 0x30, Application ID: Unknown, Security Level: Full frame counter and full MIC only, Security Key, Direction: From ZGPD .... .000 = Application ID: Unknown (0x0) ...1 0... = Security Level: Full frame counter and full MIC only (0x2) ..1. .... = Security Key: True .0.. .... = Rx After Tx: False 0... .... = Direction: From ZGPD (0x0)

    type ZigbeeNWKGPFrameControlExt = {
        appId: ZigbeeNWKGPAppId;
        direction: ZigbeeNWKGPDirection;
        rxAfterTx: boolean;
        securityKey: boolean;
        securityLevel: ZigbeeNWKGPSecurityLevel;
    }
    Index

    Properties

    rxAfterTx: boolean
    securityKey: boolean