Sprache

BluetoothHeadset.AtCmdTypeBasic Feld

Definition

Achtung

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

AT-Befehlstyp BASIC, der mit #EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE ATD verwendet wird, z. B. ATD.

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

Feldwert

Value = 3

Implementiert

Attribute

Hinweise

AT-Befehlstyp BASIC, der mit #EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE ATD verwendet wird, z. B. ATD. Einzelzeichenbefehle und alles, was auf das Zeichen folgt, sind Argumente.

Java Dokumentation für android.bluetooth.BluetoothHeadset.AT_CMD_TYPE_BASIC.

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: