接口 OutgoingMessage
- 所有已知实现类:
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
-