PathStats
Statistical information about a specific network path.
public static class PathStats {
    public int pathType;
    public int txKBitRate;
    public int rxKBitRate;
}
            
            
            
            
            
            
            
             - Since:
 - v.4.6.0.
 
Attributes
- pathType
 - Types of network path:
- LAN: Local Area Network.
 - WiFi: Wireless Local Area Network.
 - Mobile: Mobile network.
 
 - txKBitRate
 - The transmission bitrate of the path in Kbps.
 - rxKBitRate
 - The receiving bitrate of the path in Kbps.