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

    Interface IqmeshEnumerateParams

    IQMESH Enumerate parameters interface

    interface IqmeshEnumerateParams {
        deviceAddr: number;
        morePeripheralsInfo?: boolean;
    }
    Index

    Properties

    deviceAddr: number
    morePeripheralsInfo?: boolean