言語

BluetoothDevice.BondState プロパティ

定義

この API は、リモート デバイスの結合状態を返します。

public Android.Bluetooth.Bond BondState { [Android.Runtime.Register("getBondState", "()I", "")] [Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")] get; }
[<get: Android.Runtime.Register("getBondState", "()I", "")>]
[<get: Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.BondState : Android.Bluetooth.Bond

プロパティ値

リモート デバイスの結合状態

属性

注釈

リモート デバイスの結合状態を取得します。

結合状態に使用できる値は、 #BOND_NONE#BOND_BONDING#BOND_BONDEDです。

Javaドキュメント。

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

適用対象