BluetoothGattDescriptor Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
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
- 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.