GattDeviceService.GetDeviceSelectorFromShortId(UInt16) Metodo

Definizione

Crea una stringa di filtro AQS adatta da utilizzare con il metodo CreateWatcher da un UUID del servizio GATT Bluetooth a 16 bit.

Importante

L'API GetDeviceSelectorFromShortId è deprecata e potrebbe non essere disponibile nelle versioni future di Windows. Usare invece 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

Parametri

serviceShortId
UInt16

unsigned short

uint16_t

UUID del servizio GATT Bluetooth a 16 bit.

Restituisce

String

Platform::String

winrt::hstring

Stringa del selettore AQS appropriata che può essere passata come parametro al metodo CreateWatcher , per recuperare un percorso dell'istanza del servizio GATT

Attributi

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a