aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfsv.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rfsv.h')
-rw-r--r--lib/rfsv.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/rfsv.h b/lib/rfsv.h
index 2a445ef..312c1b8 100644
--- a/lib/rfsv.h
+++ b/lib/rfsv.h
@@ -600,6 +600,13 @@ public:
*/
static string convertSlash(const string &name);
+ /**
+ * Retrieve speed of serial link.
+ *
+ * @returns The speed of the serial link in baud or -1 on error.
+ */
+ int getSpeed();
+
protected:
/**
* Retrieves the PLP protocol name. Mainly internal use.