Table of Contents

Class NetworkStats.Bucket

Namespace
Android.App.Usage
Assembly
MASES.Netdroid.dll
public class NetworkStats.Bucket : JVMBridgeBase<NetworkStats.Bucket>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<NetworkStats.Bucket>
NetworkStats.Bucket
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<NetworkStats.Bucket>.IsAssignableFrom(IJavaType)
JVMBridgeBase<NetworkStats.Bucket>.IsAssignableFrom<T>()
JVMBridgeBase<NetworkStats.Bucket>.Execute<T>(params T[])
JVMBridgeBase<NetworkStats.Bucket>.DynBridgeClazz
JVMBridgeBase<NetworkStats.Bucket>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Bucket()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Bucket()

Bucket(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Bucket(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DEFAULT_NETWORK_ALL

public static int DEFAULT_NETWORK_ALL { get; }

Property Value

int

DEFAULT_NETWORK_NO

public static int DEFAULT_NETWORK_NO { get; }

Property Value

int

DEFAULT_NETWORK_YES

public static int DEFAULT_NETWORK_YES { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

METERED_ALL

public static int METERED_ALL { get; }

Property Value

int

METERED_NO

public static int METERED_NO { get; }

Property Value

int

METERED_YES

public static int METERED_YES { get; }

Property Value

int

ROAMING_ALL

public static int ROAMING_ALL { get; }

Property Value

int

ROAMING_NO

public static int ROAMING_NO { get; }

Property Value

int

ROAMING_YES

public static int ROAMING_YES { get; }

Property Value

int

STATE_ALL

public static int STATE_ALL { get; }

Property Value

int

STATE_DEFAULT

public static int STATE_DEFAULT { get; }

Property Value

int

STATE_FOREGROUND

public static int STATE_FOREGROUND { get; }

Property Value

int

TAG_NONE

public static int TAG_NONE { get; }

Property Value

int

UID_ALL

public static int UID_ALL { get; }

Property Value

int

UID_REMOVED

public static int UID_REMOVED { get; }

Property Value

int

UID_TETHERING

public static int UID_TETHERING { get; }

Property Value

int

Methods

GetDefaultNetworkStatus()

public int GetDefaultNetworkStatus()

Returns

int

int

GetEndTimeStamp()

public long GetEndTimeStamp()

Returns

long

long

GetMetered()

public int GetMetered()

Returns

int

int

GetRoaming()

public int GetRoaming()

Returns

int

int

GetRxBytes()

public long GetRxBytes()

Returns

long

long

GetRxPackets()

public long GetRxPackets()

Returns

long

long

GetStartTimeStamp()

public long GetStartTimeStamp()

Returns

long

long

GetState()

public int GetState()

Returns

int

int

GetTag()

public int GetTag()

Returns

int

int

GetTxBytes()

public long GetTxBytes()

Returns

long

long

GetTxPackets()

public long GetTxPackets()

Returns

long

long

GetUid()

public int GetUid()

Returns

int

int