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

    Interface GatewayInformation

    Information about IQRF Gateway

    interface GatewayInformation {
        board: string;
        diskUsages: FileSystemUsage[];
        gwId: null | string;
        gwImage: null | string;
        hostname: string;
        interfaces: Types.Gateway.NetworkInterface[];
        memoryUsage: MemoryUsage;
        os: OperatingSystem;
        swapUsage: null | SwapUsage;
        uptime: string;
        versions: SoftwareVersions;
    }

    Hierarchy (View Summary)

    Index

    Properties

    board: string
    diskUsages: FileSystemUsage[]
    gwId: null | string
    gwImage: null | string
    hostname: string
    memoryUsage: MemoryUsage
    swapUsage: null | SwapUsage
    uptime: string