Table of Contents

Enum WirelessAP_ConfigurationOptions

Namespace
nanoFramework.Tools.Debugger
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll

Configuration flags used for Wireless Soft AP configuration.

[Flags]
public enum WirelessAP_ConfigurationOptions : byte

Fields

AutoStart = 6

Will automatically start the Soft AP when CLR starts. This option forces enabling the Wireless Soft AP.

Disable = 1

Disables the Wireless Soft AP.

Enable = 2

Enables the Wireless Soft AP. If not set the Wireless Soft AP is disabled.

HiddenSSID = 8

The SSID for the Soft AP will be hidden.

None = 0

No option set.