GattDeviceService.GetCharacteristicsForUuidAsync メソッド

定義

オーバーロード

GetCharacteristicsForUuidAsync(Guid, BluetoothCacheMode)

この GattDeviceService インスタンスの一部であり、characteristicUuid に関連付けられている特性を取得します。

GetCharacteristicsForUuidAsync(Guid)

この GattDeviceService インスタンスの一部であり、characteristicUuid に関連付けられている特性を取得します。

GetCharacteristicsForUuidAsync(Guid, BluetoothCacheMode)

この GattDeviceService インスタンスの一部であり、characteristicUuid に関連付けられている特性を取得します。

public:
 virtual IAsyncOperation<GattCharacteristicsResult ^> ^ GetCharacteristicsForUuidAsync(Platform::Guid characteristicUuid, BluetoothCacheMode cacheMode) = GetCharacteristicsForUuidAsync;
/// [Windows.Foundation.Metadata.Overload("GetCharacteristicsForUuidWithCacheModeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattCharacteristicsResult> GetCharacteristicsForUuidAsync(winrt::guid const& characteristicUuid, BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetCharacteristicsForUuidWithCacheModeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattCharacteristicsResult> GetCharacteristicsForUuidAsync(Guid characteristicUuid, BluetoothCacheMode cacheMode);
function getCharacteristicsForUuidAsync(characteristicUuid, cacheMode)
Public Function GetCharacteristicsForUuidAsync (characteristicUuid As Guid, cacheMode As BluetoothCacheMode) As IAsyncOperation(Of GattCharacteristicsResult)

パラメーター

characteristicUuid
Guid

Platform::Guid

winrt::guid

取得する特性の UUID。

cacheMode
BluetoothCacheMode

キャッシュ モード。

戻り値

GattCharacteristicsResult オブジェクトで完了する非同期操作。

属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)
アプリの機能
bluetooth

適用対象

GetCharacteristicsForUuidAsync(Guid)

この GattDeviceService インスタンスの一部であり、characteristicUuid に関連付けられている特性を取得します。

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

パラメーター

characteristicUuid
Guid

Platform::Guid

winrt::guid

取得する特性の UUID。

戻り値

GattCharacteristicsResult オブジェクトで完了する非同期操作。

属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)
アプリの機能
bluetooth

適用対象