Class BluetoothGattCallback
public class BluetoothGattCallback : JVMBridgeBase<BluetoothGattCallback>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
BluetoothGattCallback
- Implements
- Extension Methods
Constructors
BluetoothGattCallback()
public BluetoothGattCallback()
BluetoothGattCallback(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 BluetoothGattCallback(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for BluetoothGattCallback()
public static BluetoothGattCallback CreatePoolableInstance()
Returns
OnCharacteristicChanged(BluetoothGatt, BluetoothGattCharacteristic)
[Obsolete("Deprecated in JVM")]
public void OnCharacteristicChanged(BluetoothGatt arg0, BluetoothGattCharacteristic arg1)
Parameters
OnCharacteristicChanged(BluetoothGatt, BluetoothGattCharacteristic, byte[])
public void OnCharacteristicChanged(BluetoothGatt arg0, BluetoothGattCharacteristic arg1, byte[] arg2)
Parameters
arg0BluetoothGattarg1BluetoothGattCharacteristicarg2byte[]
OnCharacteristicRead(BluetoothGatt, BluetoothGattCharacteristic, byte[], int)
public void OnCharacteristicRead(BluetoothGatt arg0, BluetoothGattCharacteristic arg1, byte[] arg2, int arg3)
Parameters
arg0BluetoothGattarg1BluetoothGattCharacteristicarg2byte[]arg3int
OnCharacteristicRead(BluetoothGatt, BluetoothGattCharacteristic, int)
[Obsolete("Deprecated in JVM")]
public void OnCharacteristicRead(BluetoothGatt arg0, BluetoothGattCharacteristic arg1, int arg2)
Parameters
arg0BluetoothGattarg1BluetoothGattCharacteristicarg2int
OnCharacteristicWrite(BluetoothGatt, BluetoothGattCharacteristic, int)
public void OnCharacteristicWrite(BluetoothGatt arg0, BluetoothGattCharacteristic arg1, int arg2)
Parameters
arg0BluetoothGattarg1BluetoothGattCharacteristicarg2int
OnConnectionStateChange(BluetoothGatt, int, int)
public void OnConnectionStateChange(BluetoothGatt arg0, int arg1, int arg2)
Parameters
arg0BluetoothGattarg1intarg2int
OnDescriptorRead(BluetoothGatt, BluetoothGattDescriptor, int)
[Obsolete("Deprecated in JVM")]
public void OnDescriptorRead(BluetoothGatt arg0, BluetoothGattDescriptor arg1, int arg2)
Parameters
arg0BluetoothGattarg1BluetoothGattDescriptorarg2int
OnDescriptorRead(BluetoothGatt, BluetoothGattDescriptor, int, byte[])
public void OnDescriptorRead(BluetoothGatt arg0, BluetoothGattDescriptor arg1, int arg2, byte[] arg3)
Parameters
arg0BluetoothGattarg1BluetoothGattDescriptorarg2intarg3byte[]
OnDescriptorWrite(BluetoothGatt, BluetoothGattDescriptor, int)
public void OnDescriptorWrite(BluetoothGatt arg0, BluetoothGattDescriptor arg1, int arg2)
Parameters
arg0BluetoothGattarg1BluetoothGattDescriptorarg2int
OnMtuChanged(BluetoothGatt, int, int)
public void OnMtuChanged(BluetoothGatt arg0, int arg1, int arg2)
Parameters
arg0BluetoothGattarg1intarg2int
OnPhyRead(BluetoothGatt, int, int, int)
public void OnPhyRead(BluetoothGatt arg0, int arg1, int arg2, int arg3)
Parameters
arg0BluetoothGattarg1intarg2intarg3int
OnPhyUpdate(BluetoothGatt, int, int, int)
public void OnPhyUpdate(BluetoothGatt arg0, int arg1, int arg2, int arg3)
Parameters
arg0BluetoothGattarg1intarg2intarg3int
OnReadRemoteRssi(BluetoothGatt, int, int)
public void OnReadRemoteRssi(BluetoothGatt arg0, int arg1, int arg2)
Parameters
arg0BluetoothGattarg1intarg2int
OnReliableWriteCompleted(BluetoothGatt, int)
public void OnReliableWriteCompleted(BluetoothGatt arg0, int arg1)
Parameters
arg0BluetoothGattarg1int
OnServiceChanged(BluetoothGatt)
public void OnServiceChanged(BluetoothGatt arg0)
Parameters
OnServicesDiscovered(BluetoothGatt, int)
public void OnServicesDiscovered(BluetoothGatt arg0, int arg1)
Parameters
arg0BluetoothGattarg1int