C# 클래스 android.net.TrafficStats

상속: java.lang.Object
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
getMobileRxBytes ( ) : long
getMobileRxPackets ( ) : long
getMobileTxBytes ( ) : long
getMobileTxPackets ( ) : long
getTotalRxBytes ( ) : long
getTotalRxPackets ( ) : long
getTotalTxBytes ( ) : long
getTotalTxPackets ( ) : long
getUidRxBytes ( int arg0 ) : long
getUidTxBytes ( int arg0 ) : long

보호된 메소드들

메소드 설명
TrafficStats ( global @__env )

비공개 메소드들

메소드 설명
TrafficStats ( )

메소드 상세

TrafficStats() 보호된 메소드

protected TrafficStats ( global @__env )
@__env global

getMobileRxBytes() 공개 정적인 메소드

public static getMobileRxBytes ( ) : long
리턴 long

getMobileRxPackets() 공개 정적인 메소드

public static getMobileRxPackets ( ) : long
리턴 long

getMobileTxBytes() 공개 정적인 메소드

public static getMobileTxBytes ( ) : long
리턴 long

getMobileTxPackets() 공개 정적인 메소드

public static getMobileTxPackets ( ) : long
리턴 long

getTotalRxBytes() 공개 정적인 메소드

public static getTotalRxBytes ( ) : long
리턴 long

getTotalRxPackets() 공개 정적인 메소드

public static getTotalRxPackets ( ) : long
리턴 long

getTotalTxBytes() 공개 정적인 메소드

public static getTotalTxBytes ( ) : long
리턴 long

getTotalTxPackets() 공개 정적인 메소드

public static getTotalTxPackets ( ) : long
리턴 long

getUidRxBytes() 공개 정적인 메소드

public static getUidRxBytes ( int arg0 ) : long
arg0 int
리턴 long

getUidTxBytes() 공개 정적인 메소드

public static getUidTxBytes ( int arg0 ) : long
arg0 int
리턴 long