List of All Members for NetworkInfo
This is the complete list of members for NetworkInfo, including inherited members.
- currentNetworkMode : enumeration
- monitorCellId : bool
- monitorCurrentCellDataTechnology : bool
- monitorCurrentMobileCountryCode : bool
- monitorCurrentMobileNetworkCode : bool
- monitorCurrentNetworkMode : bool
- monitorLocationAreaCode : bool
- monitorNetworkInterfaceCount : bool
- monitorNetworkName : bool
- monitorNetworkSignalStrength : bool
- monitorNetworkStatus : bool
- string cellId(int interface)
- CellDataTechnology currentCellDataTechnology(int interface)
- string currentMobileCountryCode(int interface)
- string currentMobileNetworkCode(int interface)
- string homeMobileCountryCode(int interface)
- string homeMobileNetworkCode(int interface)
- string imsi(int interface)
- string locationAreaCode(int interface)
- string macAddress(NetworkMode mode, int interface)
- int networkInterfaceCount(NetworkMode mode)
- string networkName(NetworkMode mode, int interface)
- int networkSignalStrength(NetworkMode mode, int interface)
- NetworkStatus networkStatus(NetworkMode mode, int interface)
- onCellIdChanged(int interfaceIndex, string id)
- onCurrentCellDataTechnologyChanged(int interfaceIndex, CellDataTechnology tech)
- onCurrentMobileCountryCodeChanged(int interfaceIndex, string mcc)
- onCurrentMobileNetworkCodeChanged(int interfaceIndex, string mnc)
- onLocationAreaCodeChanged(int interfaceIndex, string lac)
- onNetworkInterfaceCountChanged(NetworkMode mode, int count)
- onNetworkNameChanged(NetworkMode mode, int interfaceIndex, string name)
- onNetworkSignalStrengthChanged(NetworkMode mode, int interfaceIndex, int strength)
- onNetworkStatusChanged(NetworkMode mode, int interfaceIndex, NetworkStatus status)