Table of Contents

Class BluetoothGattDescriptor

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
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

arg0 UUID

UUID

arg1 int

int

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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

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

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

PERMISSION_READ

public static int PERMISSION_READ { get; set; }

Property Value

int

PERMISSION_READ_ENCRYPTED

public static int PERMISSION_READ_ENCRYPTED { get; set; }

Property Value

int

PERMISSION_READ_ENCRYPTED_MITM

public static int PERMISSION_READ_ENCRYPTED_MITM { get; set; }

Property Value

int

PERMISSION_WRITE

public static int PERMISSION_WRITE { get; set; }

Property Value

int

PERMISSION_WRITE_ENCRYPTED

public static int PERMISSION_WRITE_ENCRYPTED { get; set; }

Property Value

int

PERMISSION_WRITE_ENCRYPTED_MITM

public static int PERMISSION_WRITE_ENCRYPTED_MITM { get; set; }

Property Value

int

PERMISSION_WRITE_SIGNED

public static int PERMISSION_WRITE_SIGNED { get; set; }

Property Value

int

PERMISSION_WRITE_SIGNED_MITM

public static int PERMISSION_WRITE_SIGNED_MITM { get; set; }

Property Value

int

Methods

CreatePoolableInstance(UUID, int)

HPA initializer for BluetoothGattDescriptor(Java.Util.UUID arg0, int arg1)

public static BluetoothGattDescriptor CreatePoolableInstance(UUID arg0, int arg1)

Parameters

arg0 UUID
arg1 int

Returns

BluetoothGattDescriptor

DescribeContents()

public int DescribeContents()

Returns

int

int

GetCharacteristic()

public BluetoothGattCharacteristic GetCharacteristic()

Returns

BluetoothGattCharacteristic

BluetoothGattCharacteristic

GetPermissions()

public int GetPermissions()

Returns

int

int

GetUuid()

public UUID GetUuid()

Returns

UUID

UUID

GetValue()

[Obsolete("Deprecated in JVM")]
public byte[] GetValue()

Returns

byte[]

byte

SetValue(byte[])

[Obsolete("Deprecated in JVM")]
public bool SetValue(byte[] arg0)

Parameters

arg0 byte[]

byte

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int