@haxall/haxall
    Preparing search index...

    Interface NetworkInterfaceInfoIPv4

    interface NetworkInterfaceInfoIPv4 {
        address: string;
        cidr: string;
        family: "IPv4";
        internal: boolean;
        mac: string;
        netmask: string;
        scopeid?: undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address: string
    cidr: string
    family: "IPv4"
    internal: boolean
    mac: string
    netmask: string
    scopeid?: undefined