Enum ConnectionStatus
Describes the status of a WiFi network connection.
Assembly: Meadow.Contracts.dll
View Source
public enum ConnectionStatus
Fields
UnspecifiedFailure
Connection failed for a reason other than those in this list.
View Source
UnspecifiedFailure = 0
Success
Connection succeeded.
View Source
Success = 1
NetworkNotAvailable
Connection failed because the network is not available.
View Source
NetworkNotAvailable = 4
Timeout
Connection failed because the connection attempt timed out.
View Source
Timeout = 5
ConnectionRefused
Connection to the access point has been refused.
View Source
ConnectionRefused = 7
NetworkInterfaceCannotBeStarted
The network interface cannot be initialized.
View Source
NetworkInterfaceCannotBeStarted = 8
AlreadyConnected
The network interface is started and already connected to an access point.
View Source
AlreadyConnected = 9
WiFiNotStarted
WiFi interface not started.
View Source
WiFiNotStarted = 10