BluetoothGatt.GattInvalidOffset フィールド

定義

注意事項

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

無効なオフセットで読み取りまたは書き込み操作が要求されました

[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

フィールド値

Value = 7

実装

属性

注釈

無効なオフセットで読み取りまたは書き込み操作が要求されました

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象