C# Class android.net.TrafficStats

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
TrafficStats ( global @__env )

Private Methods

Méthode Description
TrafficStats ( )

Method Details

TrafficStats() protected méthode

protected TrafficStats ( global @__env )
@__env global

getMobileRxBytes() public static méthode

public static getMobileRxBytes ( ) : long
Résultat long

getMobileRxPackets() public static méthode

public static getMobileRxPackets ( ) : long
Résultat long

getMobileTxBytes() public static méthode

public static getMobileTxBytes ( ) : long
Résultat long

getMobileTxPackets() public static méthode

public static getMobileTxPackets ( ) : long
Résultat long

getTotalRxBytes() public static méthode

public static getTotalRxBytes ( ) : long
Résultat long

getTotalRxPackets() public static méthode

public static getTotalRxPackets ( ) : long
Résultat long

getTotalTxBytes() public static méthode

public static getTotalTxBytes ( ) : long
Résultat long

getTotalTxPackets() public static méthode

public static getTotalTxPackets ( ) : long
Résultat long

getUidRxBytes() public static méthode

public static getUidRxBytes ( int arg0 ) : long
arg0 int
Résultat long

getUidTxBytes() public static méthode

public static getUidTxBytes ( int arg0 ) : long
arg0 int
Résultat long