Freigeben über


GattCharacteristic.GetDescriptorsAsync Methode

Definition

Überlädt

GetDescriptorsAsync()

Gibt die Deskriptoren für diese GattCharacteristic-instance zurück.

GetDescriptorsAsync(BluetoothCacheMode)

Gibt die Deskriptoren mit dem angegebenen Cachemodus für diese GattCharacteristic-instance zurück.

GetDescriptorsAsync()

Gibt die Deskriptoren für diese GattCharacteristic-instance zurück.

public:
 virtual IAsyncOperation<GattDescriptorsResult ^> ^ GetDescriptorsAsync() = GetDescriptorsAsync;
/// [Windows.Foundation.Metadata.Overload("GetDescriptorsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattDescriptorsResult> GetDescriptorsAsync();
[Windows.Foundation.Metadata.Overload("GetDescriptorsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattDescriptorsResult> GetDescriptorsAsync();
function getDescriptorsAsync()
Public Function GetDescriptorsAsync () As IAsyncOperation(Of GattDescriptorsResult)

Gibt zurück

Ein asynchroner Vorgang, der mit den Deskriptoren für diese GattCharacteristic-instance 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:

GetDescriptorsAsync(BluetoothCacheMode)

Gibt die Deskriptoren mit dem angegebenen Cachemodus für diese GattCharacteristic-instance zurück.

public:
 virtual IAsyncOperation<GattDescriptorsResult ^> ^ GetDescriptorsAsync(BluetoothCacheMode cacheMode) = GetDescriptorsAsync;
/// [Windows.Foundation.Metadata.Overload("GetDescriptorsWithCacheModeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattDescriptorsResult> GetDescriptorsAsync(BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetDescriptorsWithCacheModeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattDescriptorsResult> GetDescriptorsAsync(BluetoothCacheMode cacheMode);
function getDescriptorsAsync(cacheMode)
Public Function GetDescriptorsAsync (cacheMode As BluetoothCacheMode) As IAsyncOperation(Of GattDescriptorsResult)

Parameter

cacheMode
BluetoothCacheMode

Der Cachemodus.

Gibt zurück

Ein asynchroner Vorgang, der mit den Deskriptoren 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: