Interface NetworkInterface

interface NetworkInterface {
    address: string;
    internal: boolean;
    mac: string;
    name: string;
    netmask: string;
    scopeId?: number;
}

Properties

address: string
internal: boolean
mac: string
name: string
netmask: string
scopeId?: number