类 SlaveIdNotEqual
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.huangjian.modbus4j.exception.ModbusTransportException
com.huangjian.modbus4j.exception.SlaveIdNotEqual
- 所有已实现的接口:
Serializable
- 另请参阅:
-
构造器概要
构造器构造器说明SlaveIdNotEqual(int requestSlaveId, int responseSlaveId) Exception to show that the requested slave id is not what was received -
方法概要
从类继承的方法 com.huangjian.modbus4j.exception.ModbusTransportException
getSlaveId
-
构造器详细资料
-
SlaveIdNotEqual
public SlaveIdNotEqual(int requestSlaveId, int responseSlaveId) Exception to show that the requested slave id is not what was received- 参数:
requestSlaveId- - slave id requestedresponseSlaveId- - slave id of response
-