C# Class android.net.TrafficStats

Inheritance: java.lang.Object
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
getMobileRxBytes ( ) : long
getMobileRxPackets ( ) : long
getMobileTxBytes ( ) : long
getMobileTxPackets ( ) : long
getTotalRxBytes ( ) : long
getTotalRxPackets ( ) : long
getTotalTxBytes ( ) : long
getTotalTxPackets ( ) : long
getUidRxBytes ( int arg0 ) : long
getUidTxBytes ( int arg0 ) : long

Protected Methods

Method Description
TrafficStats ( global @__env )

Private Methods

Method Description
TrafficStats ( )

Method Details

TrafficStats() protected method

protected TrafficStats ( global @__env )
@__env global

getMobileRxBytes() public static method

public static getMobileRxBytes ( ) : long
return long

getMobileRxPackets() public static method

public static getMobileRxPackets ( ) : long
return long

getMobileTxBytes() public static method

public static getMobileTxBytes ( ) : long
return long

getMobileTxPackets() public static method

public static getMobileTxPackets ( ) : long
return long

getTotalRxBytes() public static method

public static getTotalRxBytes ( ) : long
return long

getTotalRxPackets() public static method

public static getTotalRxPackets ( ) : long
return long

getTotalTxBytes() public static method

public static getTotalTxBytes ( ) : long
return long

getTotalTxPackets() public static method

public static getTotalTxPackets ( ) : long
return long

getUidRxBytes() public static method

public static getUidRxBytes ( int arg0 ) : long
arg0 int
return long

getUidTxBytes() public static method

public static getUidTxBytes ( int arg0 ) : long
arg0 int
return long