Partager via


BluetoothAdapter.FromIdAsync(String) Méthode

Définition

Obtient un objet BluetoothAdapter identifié par le DeviceId donné.

public:
 static IAsyncOperation<BluetoothAdapter ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<BluetoothAdapter> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<BluetoothAdapter> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of BluetoothAdapter)

Paramètres

deviceId
String

Platform::String

winrt::hstring

Valeur DeviceId qui identifie le instance BluetoothAdapter. Il s’agit d’une chaîne composite combinant des informations de Registre qui incluent le MatchingDeviceId, l’adresse MAC et un GUID représentant une classe d’appareil. Ceci est différent de Windows.Devices.Enumeration.DeviceInformation.Id. Toutefois, les deux contiennent l’adresse MAC de l’appareil radio Bluetooth incorporée dans la chaîne d’identificateur.

Retours

Une fois l’opération asynchrone terminée, retourne l’objet BluetoothAdapter identifié par le DeviceId donné.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à