Lines Matching full:should
52 * Modbus timeout. If an RTOS is available a separate task should be created
53 * and the task should always call the function eMBPoll().
93 * \brief If register should be written or read.
97 * registers should be updated and reading means that the modbus protocol
134 * \param eMode If ASCII or RTU mode should be used.
226 * This function should be called when the Modbus function <em>Report Slave ID</em>
233 * \param pucAdditional Values which should be returned in the <em>Additional</em>
250 * the creation of an appropriate response. In case of an error it should return
254 * \param ucFunctionCode The Modbus function code for which this handler should
256 * \param pxHandler The function handler which should be called in case
262 * case the values in mbconfig.h should be adjusted. If the argument was not
278 * as an argument. The application should then read the actual register values
279 * (for example the ADC voltage) and should store the result in the supplied
283 * passed to the callback function. The function should then use these values
293 * \param pucRegBuffer A buffer where the callback function should write
321 * \param pucRegBuffer If the application registers values should be updated the
323 * to now the current values the callback function should write them into
328 * values should be updated from the values in the buffer. For example
331 * If the value eMBRegisterMode::MB_REG_READ the application should copy
359 * If the buffer should be written by the callback function unused
360 * coil values (I.e. if not a multiple of eight coils is used) should be set
364 * \param eMode If eMBRegisterMode::MB_REG_WRITE the application values should
366 * If eMBRegisterMode::MB_REG_READ the application should store the current
392 * \param pucRegBuffer The buffer should be updated with the current
395 * is not a multiple of eight the remaining bits should be set to zero.