Lingua

BluetoothHidDeviceAppQosSettings Costruttore

Definizione

Creare un oggetto BluetoothHidDeviceAppQosSettings per il canale Bluetooth L2CAP.

[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

Parametri

serviceType
HidDeviceAppQosSettingsServiceType

Tipo di servizio L2CAP, valore predefinito = SERVICE_BEST_EFFORT

tokenRate
Int32

Frequenza dei token L2CAP, valore predefinito = 0

tokenBucketSize
Int32

Dimensioni del bucket del token L2CAP, valore predefinito = 0

peakBandwidth
Int32

Larghezza di banda massima L2CAP, valore predefinito = 0

latency
Int32

Latenza L2CAP, valore predefinito = MAX

delayVariation
Int32

Variazione ritardo L2CAP, valore predefinito = MAX

Attributi

Commenti

Creare un oggetto BluetoothHidDeviceAppQosSettings per il canale Bluetooth L2CAP. Le impostazioni QoS sono facoltative. Per i parametri, vedere Bluetooth HID Specification v1.1.1 Section 5.2 e Appendice D.

per android.bluetooth.BluetoothHidDeviceAppQosSettings.BluetoothHidDeviceAppQosSettings(int, int, int, int, int, int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a