Enum NetworkInterfaceType
- Namespace
- DuetAPI.ObjectModel
- Assembly
- DuetAPI.dll
Supported types of network interfaces
[JsonConverter(typeof(JsonStringEnumConverter<NetworkInterfaceType>))]
public enum NetworkInterfaceType
Fields
[JsonStringEnumMemberName("ethernet")] Ethernet = 0Wired network interface
[JsonStringEnumMemberName("wifi")] WiFi = 1Wireless network interface