Skip to main content

Enum IPlatformOS.NetworkConnectionType

Enumeration representing the available network connection types.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum IPlatformOS.NetworkConnectionType

Fields

WiFi

WiFi network connection

View Source
Declaration
WiFi = 0

Ethernet

Ethernet network connection

View Source
Declaration
Ethernet = 1

Cell

Cell network connection

View Source
Declaration
Cell = 2