The implementation should take care about assembling the reply to this ModbusRequest.
@return the corresponding ModbusResponse.
The implementation should take care about assembling the reply to this ModbusRequest.
@return the corresponding ModbusResponse.
Note that this {@link Response} object has not yet been read. @param cmd the {@link Command} that will be responded to. @return the response object that is ready to be read from the network connection. @throws ClientRuntimeException if the command is invalid for this version of the protocol @throws ProviderException if the command is not implemented @see Response @See {@link Response#read(java.io.InputStream)}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|