The members of Android.Net.TrafficStats are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | Unsupported | int (-1). The return value to indicate that the device does not support the statistic. |
[read-only] static | MobileRxBytes | long. Return number of bytes received across mobile networks since device boot. |
[read-only] static | MobileRxPackets | long. Return number of packets received across mobile networks since device boot. |
[read-only] static | MobileTxBytes | long. Return number of bytes transmitted across mobile networks since device boot. |
[read-only] static | MobileTxPackets | long. Return number of packets transmitted across mobile networks since device boot. |
static | ThreadStatsTag | int. Get the active tag used when accounting Java.Net.Socket traffic originating from the current thread. |
[read-only] static | TotalRxBytes | long. Return number of bytes received since device boot. |
[read-only] static | TotalRxPackets | long. Return number of packets received since device boot. |
[read-only] static | TotalTxBytes | long. Return number of bytes transmitted since device boot. |
[read-only] static | TotalTxPackets | long. Return number of packets transmitted since device boot. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | ClearThreadStatsTag()Clear any active tag set to account Java.Net.Socket traffic originating from the current thread. | |
static | GetUidRxBytes(int)Return number of bytes received by the given UID since device boot. | |
static | GetUidRxPackets(int)Return number of packets received by the given UID since device boot. | |
static | GetUidTcpRxBytes(int) | |
static | GetUidTcpRxSegments(int) | |
static | GetUidTcpTxBytes(int) | |
static | GetUidTcpTxSegments(int) | |
static | GetUidTxBytes(int)Return number of bytes transmitted by the given UID since device boot. | |
static | GetUidTxPackets(int)Return number of packets transmitted by the given UID since device boot. | |
static | GetUidUdpRxBytes(int) | |
static | GetUidUdpRxPackets(int) | |
static | GetUidUdpTxBytes(int) | |
static | GetUidUdpTxPackets(int) | |
static | IncrementOperationCount(int)Increment count of network operations performed under the accounting tag currently active on the calling thread. | |
static | IncrementOperationCount(int, int)Increment count of network operations performed under the given accounting tag. | |
static | TagSocket(Java.Net.Socket)Tag the given Java.Net.Socket with any statistics parameters active for the current thread. | |
static | UntagSocket(Java.Net.Socket)Remove any statistics parameters from the given Java.Net.Socket. |