BluetoothUuidHelper.TryGetShortId(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to get the short bluetooth device ID from a UUID.
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)
Parameters
- uuid
-
Guid
Platform::Guid
winrt::guid
The UUID.
Returns
Returns the short ID.
Windows requirements
App capabilities |
bluetooth
|