Table of Contents

Class TetheringManager

Namespace
Android.Net
Assembly
MASES.Netdroid.dll
public class TetheringManager : JVMBridgeBase<TetheringManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
TetheringManager
Implements
Extension Methods

Constructors

TetheringManager(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TetheringManager(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONNECTIVITY_SCOPE_GLOBAL

public static int CONNECTIVITY_SCOPE_GLOBAL { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

TETHERING_WIFI

public static int TETHERING_WIFI { get; set; }

Property Value

int

TETHER_ERROR_DHCPSERVER_ERROR

public static int TETHER_ERROR_DHCPSERVER_ERROR { get; set; }

Property Value

int

TETHER_ERROR_DISABLE_FORWARDING_ERROR

public static int TETHER_ERROR_DISABLE_FORWARDING_ERROR { get; set; }

Property Value

int

TETHER_ERROR_DUPLICATE_REQUEST

public static int TETHER_ERROR_DUPLICATE_REQUEST { get; set; }

Property Value

int

TETHER_ERROR_ENABLE_FORWARDING_ERROR

public static int TETHER_ERROR_ENABLE_FORWARDING_ERROR { get; set; }

Property Value

int

TETHER_ERROR_ENTITLEMENT_UNKNOWN

public static int TETHER_ERROR_ENTITLEMENT_UNKNOWN { get; set; }

Property Value

int

TETHER_ERROR_IFACE_CFG_ERROR

public static int TETHER_ERROR_IFACE_CFG_ERROR { get; set; }

Property Value

int

TETHER_ERROR_INTERNAL_ERROR

public static int TETHER_ERROR_INTERNAL_ERROR { get; set; }

Property Value

int

TETHER_ERROR_NO_ACCESS_TETHERING_PERMISSION

public static int TETHER_ERROR_NO_ACCESS_TETHERING_PERMISSION { get; set; }

Property Value

int

TETHER_ERROR_NO_CHANGE_TETHERING_PERMISSION

public static int TETHER_ERROR_NO_CHANGE_TETHERING_PERMISSION { get; set; }

Property Value

int

TETHER_ERROR_NO_ERROR

public static int TETHER_ERROR_NO_ERROR { get; set; }

Property Value

int

TETHER_ERROR_PROVISIONING_FAILED

public static int TETHER_ERROR_PROVISIONING_FAILED { get; set; }

Property Value

int

TETHER_ERROR_SERVICE_UNAVAIL

public static int TETHER_ERROR_SERVICE_UNAVAIL { get; set; }

Property Value

int

TETHER_ERROR_TETHER_IFACE_ERROR

public static int TETHER_ERROR_TETHER_IFACE_ERROR { get; set; }

Property Value

int

TETHER_ERROR_UNAVAIL_IFACE

public static int TETHER_ERROR_UNAVAIL_IFACE { get; set; }

Property Value

int

TETHER_ERROR_UNKNOWN_IFACE

public static int TETHER_ERROR_UNKNOWN_IFACE { get; set; }

Property Value

int

TETHER_ERROR_UNKNOWN_REQUEST

public static int TETHER_ERROR_UNKNOWN_REQUEST { get; set; }

Property Value

int

TETHER_ERROR_UNKNOWN_TYPE

public static int TETHER_ERROR_UNKNOWN_TYPE { get; set; }

Property Value

int

TETHER_ERROR_UNSUPPORTED

public static int TETHER_ERROR_UNSUPPORTED { get; set; }

Property Value

int

TETHER_ERROR_UNTETHER_IFACE_ERROR

public static int TETHER_ERROR_UNTETHER_IFACE_ERROR { get; set; }

Property Value

int

Methods

RegisterTetheringEventCallback(Executor, TetheringEventCallback)

public void RegisterTetheringEventCallback(Executor arg0, TetheringManager.TetheringEventCallback arg1)

Parameters

arg0 Executor

Executor

arg1 TetheringManager.TetheringEventCallback

TetheringManager.TetheringEventCallback

StartTethering(TetheringRequest, Executor, StartTetheringCallback)

public void StartTethering(TetheringManager.TetheringRequest arg0, Executor arg1, TetheringManager.StartTetheringCallback arg2)

Parameters

arg0 TetheringManager.TetheringRequest

TetheringManager.TetheringRequest

arg1 Executor

Executor

arg2 TetheringManager.StartTetheringCallback

TetheringManager.StartTetheringCallback

StopTethering(TetheringRequest, Executor, StopTetheringCallback)

public void StopTethering(TetheringManager.TetheringRequest arg0, Executor arg1, TetheringManager.StopTetheringCallback arg2)

Parameters

arg0 TetheringManager.TetheringRequest

TetheringManager.TetheringRequest

arg1 Executor

Executor

arg2 TetheringManager.StopTetheringCallback

TetheringManager.StopTetheringCallback

UnregisterTetheringEventCallback(TetheringEventCallback)

public void UnregisterTetheringEventCallback(TetheringManager.TetheringEventCallback arg0)

Parameters

arg0 TetheringManager.TetheringEventCallback

TetheringManager.TetheringEventCallback