GattCharacteristic.GetDescriptors(Guid) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した UUID で識別され、この GattCharacteristic インスタンスに属する記述子のベクトルを返します。
重要
GetDescriptors API は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 代わりに、 GetDescriptorsForUuidAsync を使用します。
public:
virtual IVectorView<GattDescriptor ^> ^ GetDescriptors(Platform::Guid descriptorUuid) = GetDescriptors;
IVectorView<GattDescriptor> GetDescriptors(winrt::guid const& descriptorUuid);
/// [Windows.Foundation.Metadata.Deprecated("Use GetDescriptorsForUuidAsync instead of GetDescriptors. For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<GattDescriptor> GetDescriptors(winrt::guid const& descriptorUuid);
public IReadOnlyList<GattDescriptor> GetDescriptors(Guid descriptorUuid);
[Windows.Foundation.Metadata.Deprecated("Use GetDescriptorsForUuidAsync instead of GetDescriptors. For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public IReadOnlyList<GattDescriptor> GetDescriptors(Guid descriptorUuid);
function getDescriptors(descriptorUuid)
Public Function GetDescriptors (descriptorUuid As Guid) As IReadOnlyList(Of GattDescriptor)
パラメーター
- descriptorUuid
-
Guid
Platform::Guid
winrt::guid
取得する記述子の UUID。
戻り値
UUID が descriptorUuid と一致する記述子のベクトル。
- 属性
Windows の要件
アプリの機能 |
bluetooth
|