Idioma

BluetoothGattDescriptor Construtores

Definição

Sobrecargas

Nome Description
BluetoothGattDescriptor(UUID, GattDescriptorPermission)

Crie um novo BluetoothGattDescriptor.

BluetoothGattDescriptor(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo runtime.

BluetoothGattDescriptor(UUID, GattDescriptorPermission)

Crie um novo 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

Parâmetros

uuid
UUID

A UUID para este descritor

permissions
GattDescriptorPermission

Permissões para este descritor

Atributos

Comentários

Crie um novo BluetoothGattDescriptor.

Java documentação para android.bluetooth.BluetoothGattDescriptor.BluetoothGattDescriptor(java.util.UUID, int).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a

BluetoothGattDescriptor(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo runtime.

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

Parâmetros

javaReference
IntPtr

nativeint

Uma IntPtrreferência de objeto JNI (Java Native Interface).

transfer
JniHandleOwnership

Um JniHandleOwnershipque indica como lidar javaReference

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a