Lines Matching full:should
47 * Modbus timeout. If an RTOS is available a separate task should be created
48 * and the task should always call the function eMBMasterPoll().
104 * \param eMode If ASCII or RTU mode should be used.
194 * the creation of an appropriate response. In case of an error it should return
198 * \param ucFunctionCode The Modbus function code for which this handler should
200 * \param pxHandler The function handler which should be called in case
206 * case the values in mbconfig.h should be adjusted. If the argument was not
222 * as an argument. The application should then read the actual register values
223 * (for example the ADC voltage) and should store the result in the supplied
227 * passed to the callback function. The function should then use these values
237 * \param pucRegBuffer A buffer where the callback function should write
259 * \param pucRegBuffer If the application registers values should be updated the
261 * to now the current values the callback function should write them into
266 * values should be updated from the values in the buffer. For example
269 * If the value eMBRegisterMode::MB_REG_READ the application should copy
291 * If the buffer should be written by the callback function unused
292 * coil values (I.e. if not a multiple of eight coils is used) should be set
296 * \param eMode If eMBRegisterMode::MB_REG_WRITE the application values should
298 * If eMBRegisterMode::MB_REG_READ the application should store the current
318 * \param pucRegBuffer The buffer should be updated with the current
321 * is not a multiple of eight the remaining bits should be set to zero.