BluetoothServiceGetName(Int16) Method

Retrieves the name of the Service Class UUID that has the specified value.

Definition

Namespace: InTheHand.Net.Bluetooth
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static string GetName(
	short uuid16
)

Parameters

uuid16  Int16
The service class UUID in the 16-bit UUID short form as a Int16.

Return Value

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.

See Also