BluetoothServiceGetName(UInt16) Method
Retrieves the name of the Service Class UUID that has the specified value.
Namespace: InTheHand.Net.BluetoothAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public static string GetName(
ushort uuid16
)
Public Shared Function GetName (
uuid16 As UShort
) As String
public:
static String^ GetName(
unsigned short uuid16
)
static member GetName :
uuid16 : uint16 -> string
- uuid16 UInt16
-
The service class UUID in the 16-bit short UUID form as a UInt16.
String
A string containing the name of the service class whose UUID value is
uuid16,
or a null reference (
Nothing in Visual Basic) if no such constant is found.