Enum NetworkType
Describes the type of WiFi network.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum NetworkType
Fields
Any
Any type of network.
View Source
Declaration
Any = 0
Infrastructure
Infrastructure network (all devices communicate through an adapter / router).
View Source
Declaration
Infrastructure = 1
AdHoc
Ad-hoc (peer-to-peer) network.
View Source
Declaration
AdHoc = 2