IBluetoothProfile.GetConnectionState(BluetoothDevice) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロファイルの現在の接続状態を取得する
[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_CONNECTED、#STATE_CONNECTING、#STATE_DISCONNECTED、#STATE_DISCONNECTING
- 属性
注釈
プロファイルの現在の接続状態を取得する
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。