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