Partager via


GattDeviceService.GetDeviceSelectorFromShortId(UInt16) Méthode

Définition

Crée une chaîne de filtre AQS appropriée à utiliser avec la méthode CreateWatcher , à partir d’un UUID de service BLUETOOTH GATT 16 bits.

Important

L’API GetDeviceSelectorFromShortId est déconseillée et peut ne pas être disponible dans les versions ultérieures de Windows. Utilisez plutôt 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

Paramètres

serviceShortId
UInt16

unsigned short

uint16_t

Un UUID du service GATT Bluetooth 16 bits.

Retours

String

Platform::String

winrt::hstring

Chaîne de sélecteur AQS appropriée qui peut être passée en tant que paramètre à la méthode CreateWatcher, afin de récupérer un service GATT instance chemin d’accès

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à