Table of Contents

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

AuthenticationType

Encryption

Encryption type for the network.

public EncryptionType Encryption { get; set; }

Property Value

EncryptionType

Id

Id of the configuration.

public uint Id { get; set; }

Property Value

uint

Password

Password for the network.

public string Password { get; set; }

Property Value

string

Remarks

Maximum allowed length for network password is 64

Radio

Radio type for the network.

public RadioType Radio { get; set; }

Property Value

RadioType

Ssid

SSID of the network.

public string Ssid { get; set; }

Property Value

string

Remarks

Maximum allowed length for network password is 32.

Wireless80211Options

Configuration options for the network.

public Wireless80211_ConfigurationOptions Wireless80211Options { get; set; }

Property Value

Wireless80211_ConfigurationOptions

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

Event Type

PropertyChangedEventHandler