Interface NetInterface

interface NetInterface {
    Index: number;
    IPAddresses: string[];
    MAC: string;
    Name: string;
}

Properties

Index: number
IPAddresses: string[]
MAC: string
Name: string