BluetoothServiceGetName(UInt32) 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(
uint uuid32
)
Public Shared Function GetName (
uuid32 As UInteger
) As String
public:
static String^ GetName(
unsigned int uuid32
)
static member GetName :
uuid32 : uint32 -> string
- uuid32 UInt32
-
The service class UUID in the 32-bit UUID short form as a UInt32.
String
A string containing the name of the service class whose UUID value is
uuid32,
or a null reference (
Nothing in Visual Basic) if no such constant is found.