IQRF Gateway Daemon JavaScript Utilities - v0.1.5
    Preparing search index...

    Interface PingResultItem

    IQMESH Network ping result interface

    interface PingResultItem {
        address: number;
        result: boolean;
    }
    Index

    Properties

    Properties

    address: number
    result: boolean