|  | 
| static final int | getNetWorkStates (Context context) | 
|  | Gets the network status. Needs to add android.permission.ACCESS_NETWORK_STATE permission.  More... 
 | 
|  | 
  
  | 
        
          | static final int com.meicam.sdk.NvsNetworkUtil.getNetWorkStates | ( | Context | context | ) |  |  | inlinestatic | 
 
Gets the network status. Needs to add android.permission.ACCESS_NETWORK_STATE permission. 
- Parameters
- 
  
  
- Returns
- Returns int type,one of TYPE_NONE, TYPE_MOBILE, TYPE_WIFI. 
 
 
  
  | 
        
          | final int com.meicam.sdk.NvsNetworkUtil.TYPE_MOBILE = 0 |  | static | 
 
 
  
  | 
        
          | final int com.meicam.sdk.NvsNetworkUtil.TYPE_NONE = -1 |  | static | 
 
 
  
  | 
        
          | final int com.meicam.sdk.NvsNetworkUtil.TYPE_WIFI = 1 |  | static | 
 
 
The documentation for this class was generated from the following file: