Uses of Class
org.apache.plc4x.java.s7.netty.model.messages.S7RequestMessage
| Package | Description |
|---|---|
| org.apache.plc4x.java.s7.netty.model.messages | |
| org.apache.plc4x.java.s7.netty.strategies | |
| org.apache.plc4x.java.s7.netty.util |
-
Uses of S7RequestMessage in org.apache.plc4x.java.s7.netty.model.messages
Subclasses of S7RequestMessage in org.apache.plc4x.java.s7.netty.model.messages Modifier and Type Class Description classSetupCommunicationRequestMessage -
Uses of S7RequestMessage in org.apache.plc4x.java.s7.netty.strategies
Methods in org.apache.plc4x.java.s7.netty.strategies that return types with arguments of type S7RequestMessage Modifier and Type Method Description Collection<S7RequestMessage>DefaultS7MessageProcessor. processRequest(S7RequestMessage request, int pduSize)Collection<S7RequestMessage>S7MessageProcessor. processRequest(S7RequestMessage request, int pduSize)Methods in org.apache.plc4x.java.s7.netty.strategies with parameters of type S7RequestMessage Modifier and Type Method Description Collection<S7RequestMessage>DefaultS7MessageProcessor. processRequest(S7RequestMessage request, int pduSize)Collection<S7RequestMessage>S7MessageProcessor. processRequest(S7RequestMessage request, int pduSize)S7ResponseMessageDefaultS7MessageProcessor. processResponse(S7RequestMessage request, S7ResponseMessage response)S7ResponseMessageS7MessageProcessor. processResponse(S7RequestMessage request, S7ResponseMessage response) -
Uses of S7RequestMessage in org.apache.plc4x.java.s7.netty.util
Methods in org.apache.plc4x.java.s7.netty.util with parameters of type S7RequestMessage Modifier and Type Method Description static shortS7ResponseSizeEstimator. getEstimatedResponseMessageSize(S7RequestMessage requestMessage)Estimate the size of the response for a given request object.static shortS7RequestSizeCalculator. getRequestMessageSize(S7RequestMessage requestMessage)Calculate the size of a request message.