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
Channel
Channel 1 byte length.
public byte Channel
Field Value
Encryption
Type of encryption used on the wireless network.
public byte Encryption
Field Value
Id
Id for the configuration
public uint Id
Field Value
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
Options
Options 1 byte length.
public byte Options
Field Value
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
Ssid
Network SSID 32 bytes length.
public byte[] Ssid
Field Value
- byte[]