接口 OutgoingMessage

所有已知子接口:
IpMessageResponse, OutgoingRequestMessage, OutgoingResponseMessage
所有已知实现类:
AsciiMessageRequest, AsciiMessageResponse, EncapMessageRequest, EncapMessageResponse, RtuMessageRequest, RtuMessageResponse, XaMessageRequest, XaMessageResponse

public interface OutgoingMessage

OutgoingMessage interface.

  • 方法概要

    修饰符和类型
    方法
    说明
    byte[]
    Return the byte array representing the serialization of the request.
  • 方法详细资料

    • getMessageData

      byte[] getMessageData()
      Return the byte array representing the serialization of the request.
      返回:
      byte array representing the serialization of the request