BluetoothGatt.GattInvalidOffset Campo

Definición

Precaución

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

Se solicitó una operación de lectura o escritura con un desplazamiento no válido

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

Valor de campo

Value = 7

Implementaciones

Atributos

Comentarios

Se solicitó una operación de lectura o escritura con un desplazamiento no válido

Java documentación para android.bluetooth.BluetoothGatt.GATT_INVALID_OFFSET.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a