Enumeration NetworkType

Network type.

Enumeration Members

NetworkTypeDisconnected: 0

0: The SDK disconnects from the network.

NetworkTypeLan: 1

1: The network type is LAN.

NetworkTypeMobile2g: 3

3: The network type is mobile 2G.

NetworkTypeMobile3g: 4

4: The network type is mobile 3G.

NetworkTypeMobile4g: 5

5: The network type is mobile 4G.

NetworkTypeMobile5g: 6

6: The network type is mobile 5G.

NetworkTypeUnknown: -1

-1: The network type is unknown.

NetworkTypeWifi: 2

2: The network type is Wi-Fi (including hotspots).

Generated using TypeDoc