Table of Contents

Class WirelessAPConfigurationPropertiesBase

Namespace
nanoFramework.Tools.Debugger
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll

Base class for wireless Access Point configuration properties.

public class WirelessAPConfigurationPropertiesBase : WirelessConfigurationPropertiesBase, INotifyPropertyChanged
Inheritance
WirelessAPConfigurationPropertiesBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

WirelessAPConfigurationPropertiesBase()

public WirelessAPConfigurationPropertiesBase()

Properties

Channel

Channel for the network.

public byte Channel { get; set; }

Property Value

byte

MaxConnections

Maximum number of connections allowed.

public byte MaxConnections { get; set; }

Property Value

byte

WirelessAPOptions

Configuration options for the network.

public WirelessAP_ConfigurationOptions WirelessAPOptions { get; set; }

Property Value

WirelessAP_ConfigurationOptions