zigbee-herdsman
    Preparing search index...

    Type Alias Curve25519PublicPointTLV

    type Curve25519PublicPointTLV = {
        eui64: EUI64;
        publicPoint: Buffer;
    }
    Index

    Properties

    Properties

    eui64: EUI64

    This indicates the EUI64 of the device that generated the public point.

    publicPoint: Buffer

    The 32-byte Curve public point.