Sprache

BluetoothHidDeviceAppQosSettings Konstruktor

Definition

Erstellen Sie ein BluetoothHidDeviceAppQosSettings-Objekt für den Bluetooth L2CAP-Kanal.

[Android.Runtime.Register(".ctor", "(IIIIII)V", "", ApiSince=28)]
public BluetoothHidDeviceAppQosSettings(Android.Bluetooth.HidDeviceAppQosSettingsServiceType serviceType, int tokenRate, int tokenBucketSize, int peakBandwidth, int latency, int delayVariation);
[<Android.Runtime.Register(".ctor", "(IIIIII)V", "", ApiSince=28)>]
new Android.Bluetooth.BluetoothHidDeviceAppQosSettings : Android.Bluetooth.HidDeviceAppQosSettingsServiceType * int * int * int * int * int -> Android.Bluetooth.BluetoothHidDeviceAppQosSettings

Parameter

serviceType
HidDeviceAppQosSettingsServiceType

L2CAP-Diensttyp, Standard = SERVICE_BEST_EFFORT

tokenRate
Int32

L2CAP-Tokenrate, Standard = 0

tokenBucketSize
Int32

Größe des L2CAP-Token-Buckets, Standard = 0

peakBandwidth
Int32

L2CAP-Spitzenbandbreite, Standard = 0

latency
Int32

L2CAP-Latenz, Standard = MAX

delayVariation
Int32

L2CAP-Verzögerungsvariation, Standard = MAX

Attribute

Hinweise

Erstellen Sie ein BluetoothHidDeviceAppQosSettings-Objekt für den Bluetooth L2CAP-Kanal. Die QoS-Einstellungen sind optional. Informationen zu Parametern finden Sie unter Bluetooth HID Specification v1.1.1 Abschnitt 5.2 und Anhang D.

Java Dokumentation für android.bluetooth.BluetoothHidDeviceAppQosSettings.BluetoothHidDeviceAppQosSettings(int, int, int, int, int, int).

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: