BluetoothGatt.SubrateModeBalanced フィールド

定義

注意事項

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

接続サブレート モード - バランス。

[Android.Runtime.Register("SUBRATE_MODE_BALANCED", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattSubrateMode enum directly instead of this field.", true)]
public const Android.Bluetooth.GattSubrateMode SubrateModeBalanced = 2;
[<Android.Runtime.Register("SUBRATE_MODE_BALANCED", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattSubrateMode enum directly instead of this field.", true)>]
val mutable SubrateModeBalanced : Android.Bluetooth.GattSubrateMode

フィールド値

Value = 2

実装

属性

注釈

接続サブレート モード - バランス。

Javaドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象