Lines Matching full:values

96  * reading or writing register values. Writing means that the application
98 * stack needs to know the current register values.
105 MB_REG_READ, /*!< Read register values and pass to protocol stack. */
106 MB_REG_WRITE /*!< Update register values. */
229 * \param ucSlaveID Values is returned in the <em>Slave ID</em> byte of the
233 * \param pucAdditional Values which should be returned in the <em>Additional</em>
262 * case the values in mbconfig.h should be adjusted. If the argument was not
274 * low end targets. In addition the values don't have to be in the memory
278 * as an argument. The application should then read the actual register values
282 * register function was received a buffer with the new register values is
283 * passed to the callback function. The function should then use these values
284 * to update the application register values.
302 * - eMBErrorCode::MB_ENOREG If the application can not supply values
321 * \param pucRegBuffer If the application registers values should be updated the
322 * buffer points to the new registers values. If the protocol stack needs
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
332 * the current values into the buffer \c pucRegBuffer.
337 * - eMBErrorCode::MB_ENOREG If the application can not supply values
360 * coil values (I.e. if not a multiple of eight coils is used) should be set
363 * \param usNCoils Number of coil values requested.
364 * \param eMode If eMBRegisterMode::MB_REG_WRITE the application values should
365 * be updated from the values supplied in the buffer \c pucRegBuffer.
367 * values in the buffer \c pucRegBuffer.
393 * coil values. The first discrete input starting at \c usAddress must be
397 * \param usNDiscrete Number of discrete input values.