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