Search Results for

    Show / Hide Table of Contents

    Enum WirelessAPConfiguration.ConfigurationOptions

    Configuration flags used for Wireless Soft AP configuration.

    Namespace: System.Net.NetworkInformation
    Assembly: System.Net.dll
    Syntax
    [Flags]
    public enum WirelessAPConfiguration.ConfigurationOptions : byte

    Fields

    Name Description
    AutoStart

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

    Disable

    Disables the Wireless Soft AP.

    Enable

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

    HiddenSSID

    The SSID for the Soft AP will be hidden.

    None

    No option set.

    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX