working commit
This commit is contained in:
@@ -22,6 +22,7 @@ public:
|
||||
std::expected<void, std::string> Down(void);
|
||||
|
||||
std::expected<std::string, std::string> Read(void);
|
||||
std::expected<int, std::string> Write(std::string payload);
|
||||
|
||||
~Interface();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user