Class WirelessConfigurationPropertiesBase
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
Base class for common wireless configuration properties.
public class WirelessConfigurationPropertiesBase : INotifyPropertyChanged
- Inheritance
-
WirelessConfigurationPropertiesBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
WirelessConfigurationPropertiesBase()
public WirelessConfigurationPropertiesBase()
Properties
Authentication
Authentication type for the network.
public AuthenticationType Authentication { get; set; }
Property Value
Encryption
Encryption type for the network.
public EncryptionType Encryption { get; set; }
Property Value
Id
Id of the configuration.
public uint Id { get; set; }
Property Value
Password
Password for the network.
public string Password { get; set; }
Property Value
Remarks
Maximum allowed length for network password is 64
Radio
Radio type for the network.
public RadioType Radio { get; set; }
Property Value
Ssid
SSID of the network.
public string Ssid { get; set; }
Property Value
Remarks
Maximum allowed length for network password is 32.
Wireless80211Options
Configuration options for the network.
public Wireless80211_ConfigurationOptions Wireless80211Options { get; set; }
Property Value
Methods
OnPropertyChanged(PropertyChangedEventArgs)
protected virtual void OnPropertyChanged(PropertyChangedEventArgs eventArgs)
Parameters
eventArgs
PropertyChangedEventArgs
OnPropertyChanged(string?)
protected void OnPropertyChanged(string? propertyName = null)
Parameters
propertyName
string
Events
PropertyChanged
public event PropertyChangedEventHandler? PropertyChanged