Table of Contents

Class WirelessAPConfigurationBase

Namespace
nanoFramework.Tools.Debugger
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class WirelessAPConfigurationBase
Inheritance
WirelessAPConfigurationBase
Derived
Inherited Members
Extension Methods

Constructors

WirelessAPConfigurationBase()

public WirelessAPConfigurationBase()

Fields

Authentication

Type of authentication used on the wireless network

public byte Authentication

Field Value

byte

Channel

Channel 1 byte length.

public byte Channel

Field Value

byte

Encryption

Type of encryption used on the wireless network.

public byte Encryption

Field Value

byte

Id

Id for the configuration

public uint Id

Field Value

uint

Marker

This is the marker placeholder for this configuration block 4 bytes length.

public byte[] Marker

Field Value

byte[]

MaxConnections

Max connections 1 byte length.

public byte MaxConnections

Field Value

byte

Options

Options 1 byte length.

public byte Options

Field Value

byte

Password

Network password 64 bytes length.

public byte[] Password

Field Value

byte[]

Radio

Type of radio used by the wireless network adapter.

public byte Radio

Field Value

byte

Ssid

Network SSID 32 bytes length.

public byte[] Ssid

Field Value

byte[]