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

    Interface NetworkInterface

    Network interface

    interface NetworkInterface {
        connection: string;
        macAddress: null | string;
        manufacturer: null | string;
        model: null | string;
        name: string;
        state: NetworkInterfaceState;
        type: string;
    }
    Index

    Properties

    connection: string
    macAddress: null | string
    manufacturer: null | string
    model: null | string
    name: string
    type: string