BluetoothServiceCreateBluetoothUuid(UInt32) Method
Create a full 128-bit Service class UUID from its 16-bit short form.
Namespace: InTheHand.Net.BluetoothAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public static Guid CreateBluetoothUuid(
uint uuid32
)
Public Shared Function CreateBluetoothUuid (
uuid32 As UInteger
) As Guid
public:
static Guid CreateBluetoothUuid(
unsigned int uuid32
)
static member CreateBluetoothUuid :
uuid32 : uint32 -> Guid
- uuid32 UInt32
-
The service class UUID in the 32-bit UUID short form as a UInt32.
Guid
A
Guid containing the full 128-bit form of the
supplied Bluetooth service class UUID.