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 | |||
396 | Brean | 9 | }; |
10 | |||
11 | void QTCommunication::stopReSend() { |
||
12 | |||
392 | Brean | 13 | }; |