Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkAdapter

Package version

interface

An interface representing NetworkAdapter. A network adapter discovered on a machine.

Hierarchy

  • NetworkAdapter

Index

Properties

Properties

Optional ipAddresses

ipAddresses: string[]
member

{string[]} [ipAddresses] List of IP Addresses on the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.

Optional macAddress

macAddress: undefined | string
member

{string} [macAddress] MAC Address of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc