GattDeviceService.GetDeviceSelectorFromShortId(UInt16) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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
|