Add read/write cycles
This commit is contained in:
parent
e227933b53
commit
90fbb5109c
5 changed files with 46 additions and 0 deletions
|
@ -25,6 +25,9 @@ public:
|
|||
|
||||
void Connect(std::shared_ptr<Device> other);
|
||||
|
||||
void Send();
|
||||
void Receive();
|
||||
|
||||
private:
|
||||
void parseAndSetMac(const std::string& macAddress);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue