Compartilhar via


BluetoothGattCharacteristic.WriteTypeDefault Campo

Definição

Cuidado

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

Característica de gravação, solicitando acknoledgement pelo 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

Valor do campo

Value = 2

Implementações

Atributos

Comentários

Documentação Java para android.bluetooth.BluetoothGattCharacteristic.WRITE_TYPE_DEFAULT.

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

Aplica-se a