共用方式為


BluetoothAdapter.FromIdAsync(String) 方法

定義

取得由指定DeviceId識別的BluetoothAdapter物件。

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)

參數

deviceId
String

Platform::String

winrt::hstring

識別 BluetoothAdapter 實例的 DeviceId 值。 這是結合登錄資訊的複合字串,其中包含 MatchingDeviceId、MAC 位址,以及代表裝置類別的 GUID 。 這與 Windows.Devices.Enumeration.DeviceInformation.Id 不同。不過,兩者都包含內嵌在識別碼字串中的藍牙無線電裝置 MAC 位址。

傳回

非同步作業完成之後,傳回由指定DeviceId識別的BluetoothAdapter物件。

屬性

Windows 需求

應用程式功能
bluetooth

適用於