BluetoothDevice.DeviceTypeDual Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDeviceType enum directly instead of this field.

Bluetooth-Gerätetyp, Dual-Modus - BR/EDR/LE

[Android.Runtime.Register("DEVICE_TYPE_DUAL")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDeviceType enum directly instead of this field.", true)]
public const Android.Bluetooth.BluetoothDeviceType DeviceTypeDual = 3;
[<Android.Runtime.Register("DEVICE_TYPE_DUAL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDeviceType enum directly instead of this field.", true)>]
val mutable DeviceTypeDual : Android.Bluetooth.BluetoothDeviceType

Feldwert

Value = 3

Implementiert

Attribute

Hinweise

Bluetooth-Gerätetyp, Dual-Modus - BR/EDR/LE

Java Dokumentation für android.bluetooth.BluetoothDevice.DEVICE_TYPE_DUAL.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: