BluetoothDevice.Type プロパティ

定義

リモート デバイスのBluetoothデバイスの種類を取得します。

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

プロパティ値

デバイスの種類 #DEVICE_TYPE_CLASSIC#DEVICE_TYPE_LE#DEVICE_TYPE_DUAL#DEVICE_TYPE_UNKNOWN 使用できない場合

属性

注釈

リモート デバイスのBluetoothデバイスの種類を取得します。

Javaドキュメント。

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

適用対象