DenoDeno.NetworkInterfaceInfointerface Deno.NetworkInterfaceInfoThe information for a network interface returned from a call to Deno.networkInterfaces. Properties ##name: stringThe network interface name. #family: "IPv4" | "IPv6"The IP protocol version. #address: stringThe IP address bound to the interface. #netmask: stringThe netmask applied to the interface. #scopeid: number | nullThe IPv6 scope id or null. #cidr: stringThe CIDR range. #mac: stringThe MAC address.
interface Deno.NetworkInterfaceInfoThe information for a network interface returned from a call to Deno.networkInterfaces. Properties ##name: stringThe network interface name. #family: "IPv4" | "IPv6"The IP protocol version. #address: stringThe IP address bound to the interface. #netmask: stringThe netmask applied to the interface. #scopeid: number | nullThe IPv6 scope id or null. #cidr: stringThe CIDR range. #mac: stringThe MAC address.