Enum ConnectionType
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[To("None")]
public enum ConnectionType
Fields
[EnumValue("bluetooth")] Bluetooth = 0[EnumValue("cellular")] Cellular = 1[EnumValue("ethernet")] Ethernet = 2[EnumValue("mixed")] Mixed = 3[EnumValue("none")] None = 4[EnumValue("other")] Other = 5[EnumValue("unknown")] Unknown = 6[EnumValue("wifi")] Wifi = 7[EnumValue("wimax")] Wimax = 8