Skip to main content

Enum ConnectionStatus

Describes the status of a WiFi network connection.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum ConnectionStatus

Fields

UnspecifiedFailure

Connection failed for a reason other than those in this list.

View Source
Declaration
UnspecifiedFailure = 0

Success

Connection succeeded.

View Source
Declaration
Success = 1

NetworkNotAvailable

Connection failed because the network is not available.

View Source
Declaration
NetworkNotAvailable = 4

Timeout

Connection failed because the connection attempt timed out.

View Source
Declaration
Timeout = 5

ConnectionRefused

Connection to the access point has been refused.

View Source
Declaration
ConnectionRefused = 7

NetworkInterfaceCannotBeStarted

The network interface cannot be initialized.

View Source
Declaration
NetworkInterfaceCannotBeStarted = 8

AlreadyConnected

The network interface is started and already connected to an access point.

View Source
Declaration
AlreadyConnected = 9

WiFiNotStarted

WiFi interface not started.

View Source
Declaration
WiFiNotStarted = 10