Subversion Repositories Projects

Rev

Rev 392 | Rev 397 | 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) {
   
};

void QTCommunication::stopReSend() {
   
};