Searched refs:eException (Results 1 – 2 of 2) sorted by relevance
310 static eMBException eException; in eMBMasterPoll() local374 eException = MB_EX_ILLEGAL_FUNCTION; in eMBMasterPoll()378 eException = (eMBException)ucMBFrame[MB_PDU_DATA_OFF]; in eMBMasterPoll()399 … eException = xMasterFuncHandlers[i].pxHandler(ucMBFrame, &usLength); in eMBMasterPoll()404 … eException = xMasterFuncHandlers[i].pxHandler( ucMBFrame, &usLength ); in eMBMasterPoll()412 if ( eException != MB_EX_NONE ) in eMBMasterPoll()
339 static eMBException eException; in eMBPoll() local381 eException = MB_EX_ILLEGAL_FUNCTION; in eMBPoll()391 eException = xFuncHandlers[i].pxHandler( ucMBFrame, &usLength ); in eMBPoll()400 if( eException != MB_EX_NONE ) in eMBPoll()405 ucMBFrame[usLength++] = eException; in eMBPoll()