Lenguaje

BluetoothDevice.DeviceTypeDual Campo

Definición

Precaución

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

Tipo de dispositivo Bluetooth, modo dual - 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

Valor de campo

Value = 3

Implementaciones

Atributos

Comentarios

Tipo de dispositivo Bluetooth, modo dual - BR/EDR/LE

Java documentación para android.bluetooth.BluetoothDevice.DEVICE_TYPE_DUAL.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a