zigbee-herdsman
    Preparing search index...

    Table structure wraps Struct-based entries for tables present within ZNP NV memory.

    Type Parameters

    Implements

    Index

    Accessors

    Methods

    • Sets whether the table has a table header containing a 16-bit unsigned used table length.

      Parameters

      • hasInlineHeader: boolean = true

        Sets whether table has record count header.

      Returns this

    • Applies function to determine table entry occupancy. This function is invoked with an entry instance and returns boolean indicating if the entry is occupied or not.

      Parameters

      • fn: (entry: R) => boolean

        Function to determine entry occupancy.

      Returns this