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