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