zigbee-herdsman
    Preparing search index...

    Type Alias EmberSignatureData

    This data structure contains a DSA signature. It is the bit concatenation of the 'r' and 's' components of the signature.

    type EmberSignatureData = {
        contents: Buffer;
    }
    Index

    Properties

    Properties

    contents: Buffer

    uint8_t[EMBER_SIGNATURE_SIZE]