ConnectionProfile
Namespace: Wisej.Hybrid.Shared.Communication
Assembly: Wisej.Hybrid
Describes the type of connection the device is using.
- C#
- VB.NET
public enum ConnectionProfile : Enum
Public Enum ConnectionProfile As [Enum]
Fields
| Name | Description |
|---|---|
| Bluetooth | The Bluetooth data connection. |
| Cellular | The mobile/cellular data connection. |
| Ethernet | The Ethernet data connection. |
| Unknown | Other unknown type of connection. |
| WiFi | The Wi-Fi data connection. |