BluetoothAdapter.FromIdAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得由指定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
|