Langue

BluetoothGattDescriptor Constructeurs

Définition

Surcharges

Nom Description
BluetoothGattDescriptor(UUID, GattDescriptorPermission)

Créez un bluetoothGattDescriptor.

BluetoothGattDescriptor(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

BluetoothGattDescriptor(UUID, GattDescriptorPermission)

Créez un bluetoothGattDescriptor.

[Android.Runtime.Register(".ctor", "(Ljava/util/UUID;I)V", "")]
public BluetoothGattDescriptor(Java.Util.UUID? uuid, Android.Bluetooth.GattDescriptorPermission permissions);
[<Android.Runtime.Register(".ctor", "(Ljava/util/UUID;I)V", "")>]
new Android.Bluetooth.BluetoothGattDescriptor : Java.Util.UUID * Android.Bluetooth.GattDescriptorPermission -> Android.Bluetooth.BluetoothGattDescriptor

Paramètres

uuid
UUID

UUID pour ce descripteur

permissions
GattDescriptorPermission

Autorisations pour ce descripteur

Attributs

Remarques

Créez un bluetoothGattDescriptor.

Java documentation pour android.bluetooth.BluetoothGattDescriptor.BluetoothGattDescriptor(java.util.UUID, int).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

BluetoothGattDescriptor(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

protected BluetoothGattDescriptor(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Bluetooth.BluetoothGattDescriptor : nativeint * Android.Runtime.JniHandleOwnership -> Android.Bluetooth.BluetoothGattDescriptor

Paramètres

javaReference
IntPtr

nativeint

Contenant IntPtrune référence d’objet Java Native Interface (JNI).

transfer
JniHandleOwnership

Indiquant JniHandleOwnershipcomment gérer javaReference

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à