Table of Contents

Class DeviceConfiguration.NetworkConfigurationProperties

Namespace
nanoFramework.Tools.Debugger
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class DeviceConfiguration.NetworkConfigurationProperties : NetworkConfigurationPropertiesBase, INotifyPropertyChanged
Inheritance
DeviceConfiguration.NetworkConfigurationProperties
Implements
Inherited Members
Extension Methods

Constructors

NetworkConfigurationProperties()

public NetworkConfigurationProperties()

NetworkConfigurationProperties(NetworkConfigurationBase)

public NetworkConfigurationProperties(NetworkConfigurationBase value)

Parameters

value NetworkConfigurationBase

Properties

IsUnknown

public bool IsUnknown { get; set; }

Property Value

bool

Operators

explicit operator NetworkConfigurationBase(NetworkConfigurationProperties)

public static explicit operator NetworkConfigurationBase(DeviceConfiguration.NetworkConfigurationProperties value)

Parameters

value DeviceConfiguration.NetworkConfigurationProperties

Returns

NetworkConfigurationBase