Class BluetoothGattCallback
public class BluetoothGattCallback : JVMBridgeBase<BluetoothGattCallback>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<BluetoothGattCallback>BluetoothGattCallback
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<BluetoothGattCallback>.SExecuteWithSignature<TReturn>(string, string, params object[])JVMBridgeBase<BluetoothGattCallback>.IsAssignableFrom(IJavaType)JVMBridgeBase<BluetoothGattCallback>.IsAssignableFrom<T>()JVMBridgeBase<BluetoothGattCallback>.Execute<T>(params T[])JVMBridgeBase<BluetoothGattCallback>.DynBridgeClazzJVMBridgeBase<BluetoothGattCallback>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
BluetoothGattCallback()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("BluetoothGattCallback 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 BluetoothGattCallback()
BluetoothGattCallback(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("BluetoothGattCallback 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 BluetoothGattCallback(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
Methods
OnCharacteristicChanged(BluetoothGatt, BluetoothGattCharacteristic)
[Obsolete]
public void OnCharacteristicChanged(BluetoothGatt arg0, BluetoothGattCharacteristic arg1)
Parameters
OnCharacteristicChanged(BluetoothGatt, BluetoothGattCharacteristic, byte[])
public void OnCharacteristicChanged(BluetoothGatt arg0, BluetoothGattCharacteristic arg1, byte[] arg2)
Parameters
arg0
BluetoothGattarg1
BluetoothGattCharacteristicarg2
byte[]
OnCharacteristicRead(BluetoothGatt, BluetoothGattCharacteristic, byte[], int)
public void OnCharacteristicRead(BluetoothGatt arg0, BluetoothGattCharacteristic arg1, byte[] arg2, int arg3)
Parameters
arg0
BluetoothGattarg1
BluetoothGattCharacteristicarg2
byte[]arg3
int
OnCharacteristicRead(BluetoothGatt, BluetoothGattCharacteristic, int)
[Obsolete]
public void OnCharacteristicRead(BluetoothGatt arg0, BluetoothGattCharacteristic arg1, int arg2)
Parameters
arg0
BluetoothGattarg1
BluetoothGattCharacteristicarg2
int
OnCharacteristicWrite(BluetoothGatt, BluetoothGattCharacteristic, int)
public void OnCharacteristicWrite(BluetoothGatt arg0, BluetoothGattCharacteristic arg1, int arg2)
Parameters
arg0
BluetoothGattarg1
BluetoothGattCharacteristicarg2
int
OnConnectionStateChange(BluetoothGatt, int, int)
public void OnConnectionStateChange(BluetoothGatt arg0, int arg1, int arg2)
Parameters
arg0
BluetoothGattarg1
intarg2
int
OnDescriptorRead(BluetoothGatt, BluetoothGattDescriptor, int)
[Obsolete]
public void OnDescriptorRead(BluetoothGatt arg0, BluetoothGattDescriptor arg1, int arg2)
Parameters
arg0
BluetoothGattarg1
BluetoothGattDescriptorarg2
int
OnDescriptorRead(BluetoothGatt, BluetoothGattDescriptor, int, byte[])
public void OnDescriptorRead(BluetoothGatt arg0, BluetoothGattDescriptor arg1, int arg2, byte[] arg3)
Parameters
arg0
BluetoothGattarg1
BluetoothGattDescriptorarg2
intarg3
byte[]
OnDescriptorWrite(BluetoothGatt, BluetoothGattDescriptor, int)
public void OnDescriptorWrite(BluetoothGatt arg0, BluetoothGattDescriptor arg1, int arg2)
Parameters
arg0
BluetoothGattarg1
BluetoothGattDescriptorarg2
int
OnMtuChanged(BluetoothGatt, int, int)
public void OnMtuChanged(BluetoothGatt arg0, int arg1, int arg2)
Parameters
arg0
BluetoothGattarg1
intarg2
int
OnPhyRead(BluetoothGatt, int, int, int)
public void OnPhyRead(BluetoothGatt arg0, int arg1, int arg2, int arg3)
Parameters
arg0
BluetoothGattarg1
intarg2
intarg3
int
OnPhyUpdate(BluetoothGatt, int, int, int)
public void OnPhyUpdate(BluetoothGatt arg0, int arg1, int arg2, int arg3)
Parameters
arg0
BluetoothGattarg1
intarg2
intarg3
int
OnReadRemoteRssi(BluetoothGatt, int, int)
public void OnReadRemoteRssi(BluetoothGatt arg0, int arg1, int arg2)
Parameters
arg0
BluetoothGattarg1
intarg2
int
OnReliableWriteCompleted(BluetoothGatt, int)
public void OnReliableWriteCompleted(BluetoothGatt arg0, int arg1)
Parameters
arg0
BluetoothGattarg1
int
OnServiceChanged(BluetoothGatt)
public void OnServiceChanged(BluetoothGatt arg0)
Parameters
OnServicesDiscovered(BluetoothGatt, int)
public void OnServicesDiscovered(BluetoothGatt arg0, int arg1)
Parameters
arg0
BluetoothGattarg1
int