Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration NetworkType

Network type.

Index

Enumeration members

Disconnected

Disconnected: = 0

0: The SDK disconnects from the network.

LAN

LAN: = 1

1: The network type is LAN.

Mobile2G

Mobile2G: = 3

3: The network type is mobile 2G.

Mobile3G

Mobile3G: = 4

4: The network type is mobile 3G.

Mobile4G

Mobile4G: = 5

5: The network type is mobile 4G.

Mobile5G

Mobile5G: = 6

6: The network type is mobile 5G.

Unknown

Unknown: = -1

-1: The network type is unknown.

WIFI

WIFI: = 2

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

Generated using TypeDoc