Partager via


RfcommDeviceService.GetDeviceSelector(RfcommServiceId) Méthode

Définition

Obtient une chaîne AQS (Advanced Query Syntax) pour identifier les instances d’un service RFCOMM. Cette chaîne est passée à la méthode CreateWatcher .

public:
 static Platform::String ^ GetDeviceSelector(RfcommServiceId ^ serviceId);
 static winrt::hstring GetDeviceSelector(RfcommServiceId const& serviceId);
public static string GetDeviceSelector(RfcommServiceId serviceId);
function getDeviceSelector(serviceId)
Public Shared Function GetDeviceSelector (serviceId As RfcommServiceId) As String

Paramètres

serviceId
RfcommServiceId

ID de service pour lequel interroger.

Retours

String

Platform::String

winrt::hstring

Chaîne AQS pour identifier les instances de service RFCOMM.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à