new returnvalue for scanForReply
to ignore full packet DeviceCommunicationIF sendMessage function takes const data pointer now
This commit is contained in:
@ -538,6 +538,8 @@ void DeviceHandlerBase::doGetRead() {
|
||||
break;
|
||||
case IGNORE_REPLY_DATA:
|
||||
break;
|
||||
case IGNORE_FULL_PACKET:
|
||||
return;
|
||||
default:
|
||||
//We need to wait for timeout.. don't know what command failed and who sent it.
|
||||
replyRawReplyIfnotWiretapped(receivedData, foundLen);
|
||||
|
Reference in New Issue
Block a user