类 IllegalFunctionException

所有已实现的接口:
Serializable

public class IllegalFunctionException extends ModbusTransportException

IllegalFunctionException class.

另请参阅:
  • 构造器详细资料

    • IllegalFunctionException

      public IllegalFunctionException(byte functionCode, int slaveId)

      Constructor for IllegalFunctionException.

      参数:
      functionCode - a byte.
      slaveId - a int.
  • 方法详细资料

    • getFunctionCode

      public byte getFunctionCode()

      Getter for the field functionCode.

      返回:
      a byte.