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 디바이스 유형을 가져옵니다.

에 대한 android.bluetooth.BluetoothDevice.getType()Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상