接口 OutgoingRequestMessage
- 所有超级接口:
OutgoingMessage
OutgoingRequestMessage interface.
-
方法概要
从接口继承的方法 com.huangjian.modbus4j.sero.messaging.OutgoingMessage
getMessageData
-
方法详细资料
-
expectsResponse
boolean expectsResponse()Whether the request is expecting a response or not.- 返回:
- true if a response is expected, false otherwise.
-