BluetoothServiceGetName(Guid) 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(
Guid uuid
)
Public Shared Function GetName (
uuid As Guid
) As String
public:
static String^ GetName(
Guid uuid
)
static member GetName :
uuid : Guid -> string
- uuid Guid
-
The service class UUID as a Guid.
String
A string containing the name of the service class whose UUID value is
uuid,
or a null reference (
Nothing in Visual Basic) if no such constant is found.