Freigeben über


GattCharacteristic.GetDescriptorsForUuidAsync Methode

Definition

Überlädt

GetDescriptorsForUuidAsync(Guid)

Gibt die Deskriptoren zurück, deren UUIDs mit descriptorUuid übereinstimmen.

GetDescriptorsForUuidAsync(Guid, BluetoothCacheMode)

Gibt die Deskriptoren zurück, deren UUIDs descriptorUuid mit dem angegebenen cacheMode übereinstimmen.

GetDescriptorsForUuidAsync(Guid)

Gibt die Deskriptoren zurück, deren UUIDs mit descriptorUuid übereinstimmen.

public:
 virtual IAsyncOperation<GattDescriptorsResult ^> ^ GetDescriptorsForUuidAsync(Platform::Guid descriptorUuid) = GetDescriptorsForUuidAsync;
/// [Windows.Foundation.Metadata.Overload("GetDescriptorsForUuidAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattDescriptorsResult> GetDescriptorsForUuidAsync(winrt::guid const& descriptorUuid);
[Windows.Foundation.Metadata.Overload("GetDescriptorsForUuidAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattDescriptorsResult> GetDescriptorsForUuidAsync(Guid descriptorUuid);
function getDescriptorsForUuidAsync(descriptorUuid)
Public Function GetDescriptorsForUuidAsync (descriptorUuid As Guid) As IAsyncOperation(Of GattDescriptorsResult)

Parameter

descriptorUuid
Guid

Platform::Guid

winrt::guid

Die UUID für die abzurufenden Deskriptoren.

Gibt zurück

Ein asynchroner Vorgang, der mit den Deskriptoren abgeschlossen wird, deren UUIDs mit descriptorUuid übereinstimmen.

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:

GetDescriptorsForUuidAsync(Guid, BluetoothCacheMode)

Gibt die Deskriptoren zurück, deren UUIDs descriptorUuid mit dem angegebenen cacheMode übereinstimmen.

public:
 virtual IAsyncOperation<GattDescriptorsResult ^> ^ GetDescriptorsForUuidAsync(Platform::Guid descriptorUuid, BluetoothCacheMode cacheMode) = GetDescriptorsForUuidAsync;
/// [Windows.Foundation.Metadata.Overload("GetDescriptorsForUuidWithCacheModeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattDescriptorsResult> GetDescriptorsForUuidAsync(winrt::guid const& descriptorUuid, BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetDescriptorsForUuidWithCacheModeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattDescriptorsResult> GetDescriptorsForUuidAsync(Guid descriptorUuid, BluetoothCacheMode cacheMode);
function getDescriptorsForUuidAsync(descriptorUuid, cacheMode)
Public Function GetDescriptorsForUuidAsync (descriptorUuid As Guid, cacheMode As BluetoothCacheMode) As IAsyncOperation(Of GattDescriptorsResult)

Parameter

descriptorUuid
Guid

Platform::Guid

winrt::guid

Die UUID für die abzurufenden Deskriptoren.

cacheMode
BluetoothCacheMode

Der Cachemodus.

Gibt zurück

Gibt einen asynchronen Vorgang zurück, der mit den Deskriptoren für descriptorUuid 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: