Class S7Message

java.lang.Object
org.apache.plc4x.java.base.messages.PlcRawMessage
org.apache.plc4x.java.s7.netty.model.messages.S7Message
All Implemented Interfaces:
PlcProtocolMessage
Direct Known Subclasses:
S7RequestMessage, S7ResponseMessage

public abstract class S7Message
extends PlcRawMessage
Container for Request and Responses to and from S7. Contains the following information
  • messageType - type of the message as MessageType
  • tpudReference - internal counter from Plc4XS7Protocol for tracking and correlation
  • parameters - description of command(s) to perform (read or write) and the exact address range
  • payloads - possible payload (for writes)