Class BluetoothGattServerCallback
public class BluetoothGattServerCallback : JVMBridgeBase<BluetoothGattServerCallback>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<BluetoothGattServerCallback>BluetoothGattServerCallback
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<BluetoothGattServerCallback>.IsAssignableFrom(IJavaType)JVMBridgeBase<BluetoothGattServerCallback>.IsAssignableFrom<T>()JVMBridgeBase<BluetoothGattServerCallback>.Execute<T>(params T[])JVMBridgeBase<BluetoothGattServerCallback>.DynBridgeClazzJVMBridgeBase<BluetoothGattServerCallback>.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
BluetoothGattServerCallback()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("BluetoothGattServerCallback 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 BluetoothGattServerCallback()
BluetoothGattServerCallback(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("BluetoothGattServerCallback 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 BluetoothGattServerCallback(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
OnCharacteristicReadRequest(BluetoothDevice, int, int, BluetoothGattCharacteristic)
public void OnCharacteristicReadRequest(BluetoothDevice arg0, int arg1, int arg2, BluetoothGattCharacteristic arg3)
Parameters
arg0
BluetoothDevicearg1
intarg2
intarg3
BluetoothGattCharacteristic
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
arg0
BluetoothDevicearg1
intarg2
BluetoothGattCharacteristicarg3
boolarg4
boolarg5
intarg6
byte[]
OnConnectionStateChange(BluetoothDevice, int, int)
public void OnConnectionStateChange(BluetoothDevice arg0, int arg1, int arg2)
Parameters
arg0
BluetoothDevicearg1
intarg2
int
OnDescriptorReadRequest(BluetoothDevice, int, int, BluetoothGattDescriptor)
public void OnDescriptorReadRequest(BluetoothDevice arg0, int arg1, int arg2, BluetoothGattDescriptor arg3)
Parameters
arg0
BluetoothDevicearg1
intarg2
intarg3
BluetoothGattDescriptor
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
arg0
BluetoothDevicearg1
intarg2
BluetoothGattDescriptorarg3
boolarg4
boolarg5
intarg6
byte[]
OnExecuteWrite(BluetoothDevice, int, bool)
public void OnExecuteWrite(BluetoothDevice arg0, int arg1, bool arg2)
Parameters
arg0
BluetoothDevicearg1
intarg2
bool
OnMtuChanged(BluetoothDevice, int)
public void OnMtuChanged(BluetoothDevice arg0, int arg1)
Parameters
arg0
BluetoothDevicearg1
int
OnNotificationSent(BluetoothDevice, int)
public void OnNotificationSent(BluetoothDevice arg0, int arg1)
Parameters
arg0
BluetoothDevicearg1
int
OnPhyRead(BluetoothDevice, int, int, int)
public void OnPhyRead(BluetoothDevice arg0, int arg1, int arg2, int arg3)
Parameters
arg0
BluetoothDevicearg1
intarg2
intarg3
int
OnPhyUpdate(BluetoothDevice, int, int, int)
public void OnPhyUpdate(BluetoothDevice arg0, int arg1, int arg2, int arg3)
Parameters
arg0
BluetoothDevicearg1
intarg2
intarg3
int
OnServiceAdded(int, BluetoothGattService)
public void OnServiceAdded(int arg0, BluetoothGattService arg1)
Parameters
arg0
intarg1
BluetoothGattService