BluetoothServiceCreateBluetoothUuid(Int32) 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(
int uuid32
)
Public Shared Function CreateBluetoothUuid (
uuid32 As Integer
) As Guid
public:
static Guid CreateBluetoothUuid(
int uuid32
)
static member CreateBluetoothUuid :
uuid32 : int -> Guid
- uuid32 Int32
-
The service class UUID in the 32-bit UUID short form as a Int32.
Guid
A
Guid containing the full 128-bit form of the
supplied Bluetooth service class UUID.