zigbee-herdsman
    Preparing search index...

    Type Alias EmberPublicKeyData

    This data structure contains the public key data that is used for Certificate Based Key Exchange (CBKE).

    type EmberPublicKeyData = {
        contents: Buffer;
    }
    Index

    Properties

    Properties

    contents: Buffer

    uint8_t[EMBER_PUBLIC_KEY_SIZE]