EmberTokenInfo: {
    arraySize: number;
    isCnt: boolean;
    isIdx: boolean;
    nvm3Key: number;
    size: number;
}

A structure containing the information of a token.

Type declaration

  • arraySize: number

    The array size for the token when it is an indexed token. uint8_t

  • isCnt: boolean

    The token is a counter token type.

  • isIdx: boolean

    The token is an indexed token type.

  • nvm3Key: number

    NVM3 token key. uint32_t

  • size: number

    Size of the object of the token. uint8_t