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
|