Skip to main content

Enum NetworkType

Describes the type of WiFi network.

Assembly: Meadow.Contracts.dll
View Source
public enum NetworkType

Fields

Any

Any type of network.

View Source
Any = 0

Infrastructure

Infrastructure network (all devices communicate through an adapter / router).

View Source
Infrastructure = 1

AdHoc

Ad-hoc (peer-to-peer) network.

View Source
AdHoc = 2