BluetoothUuidHelper.TryGetShortId(Guid) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试从 UUID 获取短蓝牙设备 ID。
public:
static IReference<unsigned int> ^ TryGetShortId(Platform::Guid uuid);
static IReference<uint32_t> TryGetShortId(winrt::guid const& uuid);
public static System.Nullable<uint> TryGetShortId(Guid uuid);
function tryGetShortId(uuid)
Public Shared Function TryGetShortId (uuid As Guid) As Nullable(Of UInteger)
参数
- uuid
-
Guid
Platform::Guid
winrt::guid
UUID。
返回
返回短 ID。
Windows 要求
应用功能 |
bluetooth
|