GattDeviceService.GetIncludedServices(Guid) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un vecteur de services inclus, qui sont identifiés par l’UUID spécifié et appartiennent à ce instance GattDeviceService.
Important
L’API GetIncludedServices est déconseillée et peut ne pas être disponible dans les versions futures de Windows. Utilisez plutôt 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)
Paramètres
- serviceUuid
-
Guid
Platform::Guid
winrt::guid
UUID pour les services inclus à récupérer.
Retours
Vecteur de services inclus dont les UUID correspondent à serviceUuid.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|