Mobile : Mobile network support
This module is a mobile network support module, which can support 2G/3G/4G/5G mobile networks.
User can use the following code to import the Mobile
module.
var Mobile = require("mobile");
Support
The following shows Mobile
module APIs available for each permissions.
User Mode | Privilege Mode | |
---|---|---|
Mobile | ● | |
mobile.isOpened | ● | |
mobile.open | ● | |
mobile.close | ● | |
mobile.checkImei | ● | |
mobile.checkImsi | ● | |
mobile.checkSim | ● | |
mobile.checkNet | ● | |
mobile.checkQuality | ● | |
mobile.checkOperator | ● | |
mobile.network | ● | |
mobile.gpsMode | ● | |
Mobile.NMEA | ● | |
nmea.close | ● | |
nmea.ondata | ● |