Compartilhar via


GattDeviceService.GetCharacteristics(Guid) Método

Definição

Retorna um vetor de características, que são identificadas pelo UUID especificado e pertencem a essa instância gattDeviceService.

Importante

A API GetCharacteristics foi preterida e pode não estar disponível em versões futuras do Windows. Em vez disso, use GetCharacteristicsForUuidAsync.

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

Parâmetros

characteristicUuid
Guid

Platform::Guid

winrt::guid

A UUID para as características a serem recuperadas.

Retornos

Um vetor de objetos GattCharacteristic cujos UUIDs correspondem a characteristicUuid.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Comentários

Somente um único aplicativo pode acessar um único serviço. Se um aplicativo tiver registrado um gatilho de notificação gatt, esse método lançará uma exceção para todos os outros aplicativos que sub chamam posteriormente essa API.

Aplica-se a