Enum ReconnectionType
Describes the WiFi network reconnection behavior.
Assembly: Meadow.Contracts.dll
View Source
public enum ReconnectionType
Fields
Automatic
Reconnect automatically.
View Source
Automatic = 0
Manual
Allow user to reconnect manually.
View Source
Manual = 1
ConnectAtStartup
Connect to an access point at startup if access point data is stored on the device.
Note: This implies Automatic reconnection should a network drop out occur.
View Source
ConnectAtStartup = 2