Поделиться через


GattDeviceService.GetIncludedServices(Guid) Метод

Определение

Возвращает вектор включенных служб, которые определены указанным UUID и принадлежат этому экземпляру GattDeviceService.

Важно!

API GetIncludedServices является устаревшим и может быть недоступен в будущих версиях Windows. Вместо этого используйте GetIncludedServicesForUuidAsync.

public:
 virtual IVectorView<GattDeviceService ^> ^ GetIncludedServices(Platform::Guid serviceUuid) = GetIncludedServices;
IVectorView<GattDeviceService> GetIncludedServices(winrt::guid const& serviceUuid);
/// [Windows.Foundation.Metadata.Deprecated("Use GetIncludedServicesForUuidAsync instead of GetIncludedServices.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<GattDeviceService> GetIncludedServices(winrt::guid const& serviceUuid);
public IReadOnlyList<GattDeviceService> GetIncludedServices(Guid serviceUuid);
[Windows.Foundation.Metadata.Deprecated("Use GetIncludedServicesForUuidAsync instead of GetIncludedServices.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public IReadOnlyList<GattDeviceService> GetIncludedServices(Guid serviceUuid);
function getIncludedServices(serviceUuid)
Public Function GetIncludedServices (serviceUuid As Guid) As IReadOnlyList(Of GattDeviceService)

Параметры

serviceUuid
Guid

Platform::Guid

winrt::guid

UUID для включенных служб, которые необходимо извлечь.

Возвращаемое значение

Вектор включенных служб, uUID которых соответствуют serviceUuid.

Атрибуты

Требования к Windows

Возможности приложения
bluetooth

Применяется к