ConnectionProfile 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.
Describes the type of connection the device is using.
public enum class ConnectionProfile
public enum ConnectionProfile
type ConnectionProfile =
Public Enum ConnectionProfile
- Inheritance
-
ConnectionProfile
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Other unknown type of connection. |
Bluetooth | 1 | The bluetooth data connection. |
Cellular | 2 | The mobile/cellular data connection. |
Ethernet | 3 | The ethernet data connection. |
WiFi | 4 | The Wi-Fi data connection. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.