次の方法で共有


IBluetoothProfile.GetConnectionState(BluetoothDevice) メソッド

定義

プロファイルの現在の接続状態を取得する

[Android.Runtime.Register("getConnectionState", "(Landroid/bluetooth/BluetoothDevice;)I", "GetGetConnectionState_Landroid_bluetooth_BluetoothDevice_Handler:Android.Bluetooth.IBluetoothProfileInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Bluetooth.ProfileState GetConnectionState (Android.Bluetooth.BluetoothDevice? device);
[<Android.Runtime.Register("getConnectionState", "(Landroid/bluetooth/BluetoothDevice;)I", "GetGetConnectionState_Landroid_bluetooth_BluetoothDevice_Handler:Android.Bluetooth.IBluetoothProfileInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetConnectionState : Android.Bluetooth.BluetoothDevice -> Android.Bluetooth.ProfileState

パラメーター

device
BluetoothDevice

リモート Bluetooth デバイス。

戻り値

プロファイル接続の状態。 の #STATE_CONNECTED1 つ、 #STATE_DISCONNECTED#STATE_CONNECTING#STATE_DISCONNECTING

属性

注釈

の Java ドキュメントandroid.bluetooth.BluetoothProfile.getConnectionState(android.bluetooth.BluetoothDevice)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象