Subversion Repositories Projects

Rev

Rev 396 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#include <QTCommunication.h>

void QTCommunication::connectMK(string addr) {
   
};

bool QTCommunication::sendCmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
   
};