Subversion Repositories Projects

Rev

Rev 396 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
392 Brean 1
#include <QTCommunication.h>
2
 
3
void QTCommunication::connectMK(string addr) {
4
 
5
};
6
 
7
bool QTCommunication::sendCmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
8
 
9
};