次の方法で共有


BluetoothDevice.BluetoothClass プロパティ

定義

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

public Android.Bluetooth.BluetoothClass? BluetoothClass { [Android.Runtime.Register("getBluetoothClass", "()Landroid/bluetooth/BluetoothClass;", "")] [Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")] get; }
[<get: Android.Runtime.Register("getBluetoothClass", "()Landroid/bluetooth/BluetoothClass;", "")>]
[<get: Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.BluetoothClass : Android.Bluetooth.BluetoothClass

プロパティ値

Bluetooth クラス オブジェクト、またはエラー時に null

属性

注釈

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

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

適用対象