Condividi tramite


BluetoothGattCharacteristic.WriteTypeDefault Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Bluetooth.GattWriteType enum directly instead of this field.

Scrivere caratteristiche, richiedendo l'acknoledgement dal dispositivo remoto

[Android.Runtime.Register("WRITE_TYPE_DEFAULT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattWriteType enum directly instead of this field.", true)]
public const Android.Bluetooth.GattWriteType WriteTypeDefault = 2;
[<Android.Runtime.Register("WRITE_TYPE_DEFAULT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattWriteType enum directly instead of this field.", true)>]
val mutable WriteTypeDefault : Android.Bluetooth.GattWriteType

Valore del campo

Value = 2

Implementazioni

Attributi

Commenti

Documentazione java per android.bluetooth.BluetoothGattCharacteristic.WRITE_TYPE_DEFAULT.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a