类 ExceptionRequest


public class ExceptionRequest extends ModbusRequest

ExceptionRequest class.

  • 构造器详细资料

    • ExceptionRequest

      public ExceptionRequest(int slaveId, byte functionCode, byte exceptionCode) throws ModbusTransportException

      Constructor for ExceptionRequest.

      参数:
      slaveId - a int.
      functionCode - a byte.
      exceptionCode - a byte.
      抛出:
      ModbusTransportException - if any.
  • 方法详细资料