Compartir a través de


GattDeviceService.GetDeviceSelectorFromShortId(UInt16) Método

Definición

Crea una cadena de filtro de AQS adecuada para su uso con el método CreateWatcher , a partir de un UUID de servicio GATT de Bluetooth de 16 bits.

Importante

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

public:
 static Platform::String ^ GetDeviceSelectorFromShortId(unsigned short serviceShortId);
 static winrt::hstring GetDeviceSelectorFromShortId(uint16_t const& serviceShortId);
/// [Windows.Foundation.Metadata.Deprecated("Use GetDeviceSelectorFromUuid instead of GetDeviceSelectorFromShortId.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
 static winrt::hstring GetDeviceSelectorFromShortId(uint16_t const& serviceShortId);
public static string GetDeviceSelectorFromShortId(ushort serviceShortId);
[Windows.Foundation.Metadata.Deprecated("Use GetDeviceSelectorFromUuid instead of GetDeviceSelectorFromShortId.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public static string GetDeviceSelectorFromShortId(ushort serviceShortId);
function getDeviceSelectorFromShortId(serviceShortId)
Public Shared Function GetDeviceSelectorFromShortId (serviceShortId As UShort) As String

Parámetros

serviceShortId
UInt16

unsigned short

uint16_t

UUID del servicio GATT de Bluetooth de 16 bits.

Devoluciones

String

Platform::String

winrt::hstring

Una cadena de selector de AQS adecuada que se puede pasar como parámetro al método CreateWatcher para recuperar una ruta de acceso de la instancia del servicio GATT

Atributos

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a