[Missing <summary> documentation for "M:InTheHand.Bluetooth.GattCharacteristicUuids.GetCharacteristicName(InTheHand.Bluetooth.BluetoothUuid,System.Boolean)"]
public static string GetCharacteristicName(
BluetoothUuid uuid,
bool includeNamespace = false
)
Public Shared Function GetCharacteristicName (
uuid As BluetoothUuid,
Optional includeNamespace As Boolean = false
) As String
public:
static String^ GetCharacteristicName(
BluetoothUuid uuid,
bool includeNamespace = false
)
static member GetCharacteristicName :
uuid : BluetoothUuid *
?includeNamespace : bool
(* Defaults:
let _includeNamespace = defaultArg includeNamespace false
*)
-> string
[Missing <param name="uuid"/> documentation for "M:InTheHand.Bluetooth.GattCharacteristicUuids.GetCharacteristicName(InTheHand.Bluetooth.BluetoothUuid,System.Boolean)"]
[Missing <param name="includeNamespace"/> documentation for "M:InTheHand.Bluetooth.GattCharacteristicUuids.GetCharacteristicName(InTheHand.Bluetooth.BluetoothUuid,System.Boolean)"]
[Missing <returns> documentation for "M:InTheHand.Bluetooth.GattCharacteristicUuids.GetCharacteristicName(InTheHand.Bluetooth.BluetoothUuid,System.Boolean)"]