esp-nvs-js
    Preparing search index...

    Interface nvs_entry

    NVS entry returned by parser

    interface nvs_entry {
        chunks: null;
        key: string;
        ns: number;
        value: nvs_value;
    }
    Index

    Properties

    Properties

    chunks: null

    Blob work cache, only used during parsing

    key: string

    Key used for entry

    ns: number

    Namespace index where entry was found

    value: nvs_value

    Value parsed from entry