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 312c1b8..b9a7321 100644
--- a/lib/rfsv.h
+++ b/lib/rfsv.h
@@ -607,6 +607,13 @@ public:
*/
int getSpeed();
+ /**
+ * Retrieves the protocol version.
+ *
+ * @returns Either 3 or 5 representing Series 3 (SIBO) or Series 5 (EPOC)
+ */
+ virtual int getProtocolVersion() = 0;
+
protected:
/**
* Retrieves the PLP protocol name. Mainly internal use.