aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs16.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpcs16.h')
-rw-r--r--lib/rpcs16.h17
1 files changed, 11 insertions, 6 deletions
diff --git a/lib/rpcs16.h b/lib/rpcs16.h
index efc6b99..7085939 100644
--- a/lib/rpcs16.h
+++ b/lib/rpcs16.h
@@ -6,13 +6,18 @@
class ppsocket;
class bufferStore;
+/**
+ * This is the implementation of the @ref rpcs protocol for
+ * Psion series 3 (SIBO) variant.
+ * For a complete documentation, see @ref rpcs .
+ */
class rpcs16 : public rpcs {
- public:
- rpcs16(ppsocket *);
- ~rpcs16();
-
- Enum<rfsv::errs> queryDrive(const char, bufferArray &);
- Enum<rfsv::errs> getCmdLine(const char *, bufferStore &);
+ public:
+ rpcs16(ppsocket *);
+ ~rpcs16();
+
+ Enum<rfsv::errs> queryDrive(const char, bufferArray &);
+ Enum<rfsv::errs> getCmdLine(const char *, bufferStore &);
};
#endif