WiFiWpsKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Note
Some information relates to pre-released product, which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API will be affected by upcoming changes to operating system behavior, planned for fall 2024. For more info, see Changes to API behavior for Wi-Fi access and location.
Describes the kinds of WPS connection methods.
public enum class WiFiWpsKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class WiFiWpsKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum WiFiWpsKind
var value = Windows.Devices.WiFi.WiFiWpsKind.unknown
Public Enum WiFiWpsKind
- Inheritance
-
WiFiWpsKind
- Attributes
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown. |
Pin | 1 | WPS pin. |
PushButton | 2 | WPS push button. |
Nfc | 3 | Near field communication. |
Ethernet | 4 | Not used. |
Usb | 5 | Not used. |