vMBMasterErrorCBExecuteFunction() function
This is modbus master execute function error process callback function.
Arguments
xTransId
- the identification of the trasaction
ucDestAddress
destination salve address
pucRecvData
current receive data pointer
ucRecvLength
current length of receive buffer
pucSendData
Send buffer data
ucSendLength
Send buffer length
Notes
There functions will block modbus master poll while execute OS waiting. So,for real-time of system.Do not execute too much waiting process.