Idioma

BluetoothGattCharacteristic Construtores

Definição

Sobrecargas

Nome Description
BluetoothGattCharacteristic(IntPtr, JniHandleOwnership)

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

BluetoothGattCharacteristic(UUID, GattProperty, GattPermission)

Crie um novo BluetoothGattCharacteristic.

BluetoothGattCharacteristic(IntPtr, JniHandleOwnership)

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

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

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

BluetoothGattCharacteristic(UUID, GattProperty, GattPermission)

Crie um novo BluetoothGattCharacteristic.

[Android.Runtime.Register(".ctor", "(Ljava/util/UUID;II)V", "")]
public BluetoothGattCharacteristic(Java.Util.UUID? uuid, Android.Bluetooth.GattProperty properties, Android.Bluetooth.GattPermission permissions);
[<Android.Runtime.Register(".ctor", "(Ljava/util/UUID;II)V", "")>]
new Android.Bluetooth.BluetoothGattCharacteristic : Java.Util.UUID * Android.Bluetooth.GattProperty * Android.Bluetooth.GattPermission -> Android.Bluetooth.BluetoothGattCharacteristic

Parâmetros

uuid
UUID

A UUID para essa característica

properties
GattProperty

Propriedades dessa característica

permissions
GattPermission

Permissões para essa característica

Atributos

Comentários

Crie um novo BluetoothGattCharacteristic.

Java documentação para android.bluetooth.BluetoothGattCharacteristic.BluetoothGattCharacteristic(java.util.UUID, int, 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