Freigeben über


BluetoothLEDevice.RequestAccessAsync Methode

Definition

Fordert Zugriff auf das Bluetooth LowEnergy-Gerät an.

public:
 virtual IAsyncOperation<DeviceAccessStatus> ^ RequestAccessAsync() = RequestAccessAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DeviceAccessStatus> RequestAccessAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DeviceAccessStatus> RequestAccessAsync();
function requestAccessAsync()
Public Function RequestAccessAsync () As IAsyncOperation(Of DeviceAccessStatus)

Gibt zurück

Gibt einen asynchronen Vorgang zurück, der mit einem DeviceAccessStatus abgeschlossen wird.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
App-Funktionen
bluetooth

Gilt für: