Class ARG_ModifySlotValue
java.lang.Object
de.mid.innovator.srv2api.icw2class.ARG_ModifySlotValue
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ModifySlotValue
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of boolean values to be setList of ID values to be setList of string values to be set -
Constructor Summary
ConstructorsConstructorDescriptionARG_ModifySlotValue(List<String> seqStrVal, List<CLInstSpec> seqOHVal, List<Boolean> seqBoolVal) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
seqStrVal
List of string values to be set -
seqOHVal
List of ID values to be set -
seqBoolVal
List of boolean values to be set
-
-
Constructor Details
-
ARG_ModifySlotValue
public ARG_ModifySlotValue() -
ARG_ModifySlotValue
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-