BluetoothGatt.GattInvalidAttributeLength フィールド

定義

注意事項

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

書き込み操作が属性の最大長を超えている

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

フィールド値

Value = 13

実装

属性

注釈

書き込み操作が属性の最大長を超えている

Javaドキュメント。

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

適用対象