Compartir a través de


GattDeviceService.GetAllIncludedServices Método

Definición

Obtiene la colección de todos los servicios incluidos que pertenecen a esta instancia gattDeviceService.

Importante

La API GetAllCharacteristics está en desuso y es posible que no esté disponible en versiones futuras de Windows. En su lugar, use GetIncludedServicesAsync.

public:
 virtual IVectorView<GattDeviceService ^> ^ GetAllIncludedServices() = GetAllIncludedServices;
IVectorView<GattDeviceService> GetAllIncludedServices();
/// [Windows.Foundation.Metadata.Deprecated("Use GetIncludedServicesAsync instead of GetAllIncludedServices.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<GattDeviceService> GetAllIncludedServices();
public IReadOnlyList<GattDeviceService> GetAllIncludedServices();
[Windows.Foundation.Metadata.Deprecated("Use GetIncludedServicesAsync instead of GetAllIncludedServices.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public IReadOnlyList<GattDeviceService> GetAllIncludedServices();
function getAllIncludedServices()
Public Function GetAllIncludedServices () As IReadOnlyList(Of GattDeviceService)

Devoluciones

Colección de todos los servicios incluidos que pertenecen a esta instancia gattDeviceService.

Atributos

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a