EmberKeyData: {
    contents: Buffer;
}

This data structure contains the key data that is passed into various other functions.

Type declaration

  • contents: Buffer

    This is the key byte data. uint8_t[EMBER_ENCRYPTION_KEY_SIZE]