Table of Contents

Class BluetoothHidDevice.Callback

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
public class BluetoothHidDevice.Callback : JVMBridgeBase<BluetoothHidDevice.Callback>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
BluetoothHidDevice.Callback
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<BluetoothHidDevice.Callback>.IsAssignableFrom(IJavaType)
JVMBridgeBase<BluetoothHidDevice.Callback>.IsAssignableFrom<T>()
JVMBridgeBase<BluetoothHidDevice.Callback>.Execute<T>(params T[])
JVMBridgeBase<BluetoothHidDevice.Callback>.DynBridgeClazz
JVMBridgeBase<BluetoothHidDevice.Callback>.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

Callback()

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

[Obsolete("Callback class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Callback()

Callback(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

[Obsolete("Callback class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Callback(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

Methods

OnAppStatusChanged(BluetoothDevice, bool)

public void OnAppStatusChanged(BluetoothDevice arg0, bool arg1)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 bool

bool

OnConnectionStateChanged(BluetoothDevice, int)

public void OnConnectionStateChanged(BluetoothDevice arg0, int arg1)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 int

int

OnGetReport(BluetoothDevice, byte, byte, int)

public void OnGetReport(BluetoothDevice arg0, byte arg1, byte arg2, int arg3)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 byte

byte

arg2 byte

byte

arg3 int

int

OnInterruptData(BluetoothDevice, byte, byte[])

public void OnInterruptData(BluetoothDevice arg0, byte arg1, byte[] arg2)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 byte

byte

arg2 byte[]

byte

OnSetProtocol(BluetoothDevice, byte)

public void OnSetProtocol(BluetoothDevice arg0, byte arg1)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 byte

byte

OnSetReport(BluetoothDevice, byte, byte, byte[])

public void OnSetReport(BluetoothDevice arg0, byte arg1, byte arg2, byte[] arg3)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 byte

byte

arg2 byte

byte

arg3 byte[]

byte

OnVirtualCableUnplug(BluetoothDevice)

public void OnVirtualCableUnplug(BluetoothDevice arg0)

Parameters

arg0 BluetoothDevice

BluetoothDevice