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
MaxConnections
Maximum number of connections allowed.
public byte MaxConnections { get; set; }
Property Value
WirelessAPOptions
Configuration options for the network.
public WirelessAP_ConfigurationOptions WirelessAPOptions { get; set; }