Lingua

BluetoothDevice.PhyLeHdtMask Campo

Definizione

Attenzione

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

Maschera BLUETOOTH LE HDT PHY.

[Android.Runtime.Register("PHY_LE_HDT_MASK", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothPhy enum directly instead of this field.", true)]
public const Android.Bluetooth.BluetoothPhy PhyLeHdtMask = 16;
[<Android.Runtime.Register("PHY_LE_HDT_MASK", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothPhy enum directly instead of this field.", true)>]
val mutable PhyLeHdtMask : Android.Bluetooth.BluetoothPhy

Valore del campo

Value = 16

Implementazioni

Attributi

Commenti

Maschera BLUETOOTH LE HDT PHY. Usato per specificare LE High Data Throughput Physical Channel come una delle molte opzioni disponibili in una maschera di bit.Used to specify LE High Data Throughput Physical Channel as one of many available options in a bitmask.

Informazioni di riferimento su Android per android.bluetooth.BluetoothDevice.PHY_LE_HDT_MASK.

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