zigbee-herdsman
    Preparing search index...

    Type Alias EmberTokenData

    A structure containing the information of a token data.

    type EmberTokenData = {
        data: Buffer;
        size: number;
    }
    Index

    Properties

    Properties

    data: Buffer

    A data pointer pointing to the storage for the token data of above size. void *

    size: number

    The size of the token data in number of bytes. uint32_t