IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface NetworkInterface

    Network interface information

    interface NetworkInterface {
        ipAddresses: null | string[];
        macAddress: null | string;
        name: string;
    }
    Index

    Properties

    ipAddresses: null | string[]
    macAddress: null | string
    name: string