Class BluetoothGattServerCallback
public class BluetoothGattServerCallback : JVMBridgeBase<BluetoothGattServerCallback>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
BluetoothGattServerCallback
- Implements
- Extension Methods
Constructors
BluetoothGattServerCallback()
public BluetoothGattServerCallback()
BluetoothGattServerCallback(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 BluetoothGattServerCallback(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 BluetoothGattServerCallback()
public static BluetoothGattServerCallback CreatePoolableInstance()
Returns
OnCharacteristicReadRequest(BluetoothDevice, int, int, BluetoothGattCharacteristic)
public void OnCharacteristicReadRequest(BluetoothDevice arg0, int arg1, int arg2, BluetoothGattCharacteristic arg3)
Parameters
arg0BluetoothDevicearg1intarg2intarg3BluetoothGattCharacteristic
OnCharacteristicWriteRequest(BluetoothDevice, int, BluetoothGattCharacteristic, bool, bool, int, byte[])
public void OnCharacteristicWriteRequest(BluetoothDevice arg0, int arg1, BluetoothGattCharacteristic arg2, bool arg3, bool arg4, int arg5, byte[] arg6)
Parameters
arg0BluetoothDevicearg1intarg2BluetoothGattCharacteristicarg3boolarg4boolarg5intarg6byte[]
OnConnectionStateChange(BluetoothDevice, int, int)
public void OnConnectionStateChange(BluetoothDevice arg0, int arg1, int arg2)
Parameters
arg0BluetoothDevicearg1intarg2int
OnDescriptorReadRequest(BluetoothDevice, int, int, BluetoothGattDescriptor)
public void OnDescriptorReadRequest(BluetoothDevice arg0, int arg1, int arg2, BluetoothGattDescriptor arg3)
Parameters
arg0BluetoothDevicearg1intarg2intarg3BluetoothGattDescriptor
OnDescriptorWriteRequest(BluetoothDevice, int, BluetoothGattDescriptor, bool, bool, int, byte[])
public void OnDescriptorWriteRequest(BluetoothDevice arg0, int arg1, BluetoothGattDescriptor arg2, bool arg3, bool arg4, int arg5, byte[] arg6)
Parameters
arg0BluetoothDevicearg1intarg2BluetoothGattDescriptorarg3boolarg4boolarg5intarg6byte[]
OnExecuteWrite(BluetoothDevice, int, bool)
public void OnExecuteWrite(BluetoothDevice arg0, int arg1, bool arg2)
Parameters
arg0BluetoothDevicearg1intarg2bool
OnMtuChanged(BluetoothDevice, int)
public void OnMtuChanged(BluetoothDevice arg0, int arg1)
Parameters
arg0BluetoothDevicearg1int
OnNotificationSent(BluetoothDevice, int)
public void OnNotificationSent(BluetoothDevice arg0, int arg1)
Parameters
arg0BluetoothDevicearg1int
OnPhyRead(BluetoothDevice, int, int, int)
public void OnPhyRead(BluetoothDevice arg0, int arg1, int arg2, int arg3)
Parameters
arg0BluetoothDevicearg1intarg2intarg3int
OnPhyUpdate(BluetoothDevice, int, int, int)
public void OnPhyUpdate(BluetoothDevice arg0, int arg1, int arg2, int arg3)
Parameters
arg0BluetoothDevicearg1intarg2intarg3int
OnServiceAdded(int, BluetoothGattService)
public void OnServiceAdded(int arg0, BluetoothGattService arg1)
Parameters
arg0intarg1BluetoothGattService