zigbee-herdsman
    Preparing search index...

    Type Alias EmberPrivateKeyData

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

    type EmberPrivateKeyData = {
        contents: Buffer;
    }
    Index

    Properties

    Properties

    contents: Buffer

    uint8_t[EMBER_PRIVATE_KEY_SIZE]