BluetoothGattDescriptor Costruttori

Definizione

Overload

Nome Descrizione
BluetoothGattDescriptor(UUID, GattDescriptorPermission)

Creare un nuovo BluetoothGattDescriptor.

BluetoothGattDescriptor(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

BluetoothGattDescriptor(UUID, GattDescriptorPermission)

Creare un nuovo 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

Parametri

uuid
UUID

UUID per questo descrittore

permissions
GattDescriptorPermission

Autorizzazioni per questo descrittore

Attributi

Commenti

Creare un nuovo BluetoothGattDescriptor.

per android.bluetooth.BluetoothGattDescriptor.BluetoothGattDescriptor(java.util.UUID, int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

BluetoothGattDescriptor(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

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

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a