Compartir a través de


BluetoothAdapter.IsLowEnergySupported Propiedad

Definición

Obtiene un valor booleano que indica si el adapater admite el tipo de transporte Bluetooth LowEnergy.

public:
 property bool IsLowEnergySupported { bool get(); };
bool IsLowEnergySupported();
public bool IsLowEnergySupported { get; }
var boolean = bluetoothAdapter.isLowEnergySupported;
Public ReadOnly Property IsLowEnergySupported As Boolean

Valor de propiedad

Boolean

bool

Obtiene un valor booleano que indica si el adapater admite el tipo de transporte Bluetooth LowEnergy.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a