Class VarParameter
java.lang.Object
org.apache.plc4x.java.s7.netty.model.params.VarParameter
- All Implemented Interfaces:
S7Parameter
public class VarParameter extends Object implements S7Parameter
"Command" Message to inform PLC of wanted operation.
Also contains
items that hold detailed information on the "Command", e.g.,
addresses to read or to write to.-
Constructor Summary
Constructors Constructor Description VarParameter(ParameterType type, List<VarParameterItem> items) -
Method Summary
Modifier and Type Method Description List<VarParameterItem>getItems()ParameterTypegetType()voidmergeParameter(VarParameter otherParameter)
-
Constructor Details
-
Method Details
-
getType
- Specified by:
getTypein interfaceS7Parameter
-
getItems
-
mergeParameter
-