Add read/write cycles

This commit is contained in:
Robert 2023-07-02 18:32:14 +02:00
parent e227933b53
commit 90fbb5109c
5 changed files with 46 additions and 0 deletions

View file

@ -25,6 +25,9 @@ public:
void Connect(std::shared_ptr<Device> other);
void Send();
void Receive();
private:
void parseAndSetMac(const std::string& macAddress);