Subversion Repositories Projects

Rev

Rev 392 | Rev 397 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 392 Rev 396
Line 5... Line 5...
5
};
5
};
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
bool QTCommunication::sendCmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
7
bool QTCommunication::sendCmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
8
   
8
   
-
 
9
};
-
 
10
 
-
 
11
void QTCommunication::stopReSend() {
-
 
12
   
9
};
13
};