@haxall/haxall
    Preparing search index...

    Interface NetworkInterfaceInfoIPv6

    interface NetworkInterfaceInfoIPv6 {
        address: string;
        cidr: string;
        family: "IPv6";
        internal: boolean;
        mac: string;
        netmask: string;
        scopeid: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address: string
    cidr: string
    family: "IPv6"
    internal: boolean
    mac: string
    netmask: string
    scopeid: number