Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration NETWORK_TYPE

Network type.

Index

Enumeration members

NETWORK_TYPE_DISCONNECTED

NETWORK_TYPE_DISCONNECTED: = 0

0: The SDK disconnects from the network.

NETWORK_TYPE_LAN

NETWORK_TYPE_LAN: = 1

1: The network type is LAN.

NETWORK_TYPE_MOBILE_2G

NETWORK_TYPE_MOBILE_2G: = 3

3: The network type is mobile 2G.

NETWORK_TYPE_MOBILE_3G

NETWORK_TYPE_MOBILE_3G: = 4

4: The network type is mobile 3G.

NETWORK_TYPE_MOBILE_4G

NETWORK_TYPE_MOBILE_4G: = 5

5: The network type is mobile 4G.

NETWORK_TYPE_MOBILE_5G

NETWORK_TYPE_MOBILE_5G: = 6

6: The network type is mobile 5G.

since

v3.6.1.4

NETWORK_TYPE_UNKNOWN

NETWORK_TYPE_UNKNOWN: = -1

-1: The network type is unknown.

NETWORK_TYPE_WIFI

NETWORK_TYPE_WIFI: = 2

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