26 virtual bool txRx(
const char* txPacket,
char* rxPacket,
int rxSize) = 0;
virtual void closeChannel()=0
Abstract class to handle the communication with the device This class has the base methods to open...
Definition: DevComm.h:9
virtual bool txRx(const char *txPacket, char *rxPacket, int rxSize)=0
virtual void openChannel()=0