zigbee-herdsman
    Preparing search index...

    Type Alias EmberCertificateData

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

    type EmberCertificateData = {
        contents: Buffer;
    }
    Index

    Properties

    Properties

    contents: Buffer

    uint8_t[EMBER_CERTIFICATE_SIZE]