接口 OutgoingRequestMessage

所有超级接口:
OutgoingMessage
所有已知实现类:
AsciiMessageRequest, EncapMessageRequest, RtuMessageRequest, XaMessageRequest

public interface OutgoingRequestMessage extends OutgoingMessage

OutgoingRequestMessage interface.

  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    Whether the request is expecting a response or not.

    从接口继承的方法 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.