Compartilhar via


BluetoothGattCharacteristic.WriteTypeNoResponse 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 sem exigir uma resposta do dispositivo remoto

[Android.Runtime.Register("WRITE_TYPE_NO_RESPONSE")]
[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 WriteTypeNoResponse = 1;
[<Android.Runtime.Register("WRITE_TYPE_NO_RESPONSE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattWriteType enum directly instead of this field.", true)>]
val mutable WriteTypeNoResponse : Android.Bluetooth.GattWriteType

Valor do campo

Value = 1

Implementações

Atributos

Comentários

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

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