@tikoci/centrs
    Preparing search index...

    Interface SaveDiscoveredNeighborsArgs

    interface SaveDiscoveredNeighborsArgs {
        group?: string;
        loadOptions: LoadCdbOptions;
        neighbors: readonly MndpNeighbor[];
        now?: Date;
        writeOptions?: WriteWinBoxCdbOptions;
    }
    Index

    Properties

    group?: string

    First-class CDB group for new entries. Default discovered.

    loadOptions: LoadCdbOptions

    How to load (and reload between writes) the CDB.

    neighbors: readonly MndpNeighbor[]

    Neighbors to persist; ordering is normalized internally by MAC/target.

    now?: Date

    Timestamp written into provenance comments.

    writeOptions?: WriteWinBoxCdbOptions

    Write options forwarded to addDevice (backup retention, etc.).