zigbee-herdsman
    Preparing search index...

    Type Alias EmberSmacData

    This data structure contains the Shared Message Authentication Code SMAC) data that is used for Certificate Based Key Exchange (CBKE).

    type EmberSmacData = {
        contents: Buffer;
    }
    Index

    Properties

    Properties

    contents: Buffer

    uint8_t[EMBER_SMAC_SIZE]