Table of Contents

Enum NetworkInterfaceType

Namespace
DuetAPI.ObjectModel
Assembly
DuetAPI.dll

Supported types of network interfaces

[JsonConverter(typeof(JsonStringEnumConverter<NetworkInterfaceType>))]
public enum NetworkInterfaceType

Fields

[JsonStringEnumMemberName("ethernet")] Ethernet = 0

Wired network interface

[JsonStringEnumMemberName("wifi")] WiFi = 1

Wireless network interface