Uses of Interface
org.apache.plc4x.java.s7.netty.model.params.items.VarParameterItem
| Package | Description |
|---|---|
| org.apache.plc4x.java.s7.netty.model.params | |
| org.apache.plc4x.java.s7.netty.model.params.items | |
| org.apache.plc4x.java.s7.netty.util |
-
Uses of VarParameterItem in org.apache.plc4x.java.s7.netty.model.params
Methods in org.apache.plc4x.java.s7.netty.model.params that return types with arguments of type VarParameterItem Modifier and Type Method Description List<VarParameterItem>VarParameter. getItems()Constructor parameters in org.apache.plc4x.java.s7.netty.model.params with type arguments of type VarParameterItem Constructor Description VarParameter(ParameterType type, List<VarParameterItem> items) -
Uses of VarParameterItem in org.apache.plc4x.java.s7.netty.model.params.items
Classes in org.apache.plc4x.java.s7.netty.model.params.items that implement VarParameterItem Modifier and Type Class Description classS7AnyVarParameterItem"Low-level" description of S7 Address range and the necessary size for transportation of values. -
Uses of VarParameterItem in org.apache.plc4x.java.s7.netty.util
Methods in org.apache.plc4x.java.s7.netty.util with parameters of type VarParameterItem Modifier and Type Method Description static shortS7ResponseSizeEstimator. getEstimatedResponseReadItemTotalSize(VarParameterItem varParameterItem, VarPayloadItem varPayloadItem)Calculates the estimated size adding an item (parameter and eventually payload) would add to the response for a current request message.static shortS7SizeHelper. getPayloadLength(VarParameterItem parameterItem)static shortS7RequestSizeCalculator. getRequestItemTotalSize(VarParameterItem varParameterItem, VarPayloadItem varPayloadItem)Calculates the size adding an item (parameter and eventually payload) would add to any existing message.