Idioma

BluetoothGattCharacteristic.PropertyWrite Campo

Definição

Cuidado

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

Propriedade característica: a característica pode ser escrita.

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

Valor do campo

Value = 8

Implementações

Atributos

Comentários

Propriedade característica: a característica pode ser escrita.

Java documentação para android.bluetooth.BluetoothGattCharacteristic.PROPERTY_WRITE.

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