Table of Contents

Class NetworkInterfaceInfo

Namespace
WINKOnvif.Core.Models.Devices
Assembly
WINKOnvif.Core.dll
public class NetworkInterfaceInfo
Inheritance
NetworkInterfaceInfo
Inherited Members

Properties

AutoNegotiation

public bool AutoNegotiation { get; set; }

Property Value

bool

Duplex

public NetworkInterfaceDuplexMode Duplex { get; set; }

Property Value

NetworkInterfaceDuplexMode

HwAddress

public string HwAddress { get; set; }

Property Value

string

InterfaceType

public string InterfaceType { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Speed

public int Speed { get; set; }

Property Value

int