Class BluetoothGattDescriptor
public class BluetoothGattDescriptor : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
BluetoothGattDescriptor
- Implements
- Inherited Members
- Extension Methods
Constructors
BluetoothGattDescriptor(UUID, int)
public BluetoothGattDescriptor(UUID arg0, int arg1)
Parameters
BluetoothGattDescriptor(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 BluetoothGattDescriptor(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
DISABLE_NOTIFICATION_VALUE
public static byte[] DISABLE_NOTIFICATION_VALUE { get; set; }
Property Value
- byte[]
ENABLE_INDICATION_VALUE
public static byte[] ENABLE_INDICATION_VALUE { get; set; }
Property Value
- byte[]
ENABLE_NOTIFICATION_VALUE
public static byte[] ENABLE_NOTIFICATION_VALUE { get; set; }
Property Value
- byte[]
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
PERMISSION_READ
public static int PERMISSION_READ { get; set; }
Property Value
PERMISSION_READ_ENCRYPTED
public static int PERMISSION_READ_ENCRYPTED { get; set; }
Property Value
PERMISSION_READ_ENCRYPTED_MITM
public static int PERMISSION_READ_ENCRYPTED_MITM { get; set; }
Property Value
PERMISSION_WRITE
public static int PERMISSION_WRITE { get; set; }
Property Value
PERMISSION_WRITE_ENCRYPTED
public static int PERMISSION_WRITE_ENCRYPTED { get; set; }
Property Value
PERMISSION_WRITE_ENCRYPTED_MITM
public static int PERMISSION_WRITE_ENCRYPTED_MITM { get; set; }
Property Value
PERMISSION_WRITE_SIGNED
public static int PERMISSION_WRITE_SIGNED { get; set; }
Property Value
PERMISSION_WRITE_SIGNED_MITM
public static int PERMISSION_WRITE_SIGNED_MITM { get; set; }
Property Value
Methods
CreatePoolableInstance(UUID, int)
HPA initializer for BluetoothGattDescriptor(Java.Util.UUID arg0, int arg1)
public static BluetoothGattDescriptor CreatePoolableInstance(UUID arg0, int arg1)
Parameters
Returns
DescribeContents()
public int DescribeContents()
Returns
GetCharacteristic()
public BluetoothGattCharacteristic GetCharacteristic()
Returns
GetPermissions()
public int GetPermissions()
Returns
GetUuid()
public UUID GetUuid()
Returns
GetValue()
[Obsolete("Deprecated in JVM")]
public byte[] GetValue()
Returns
SetValue(byte[])
[Obsolete("Deprecated in JVM")]
public bool SetValue(byte[] arg0)
Parameters
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)