Package de.mid.innovator.srv2api.icw2er
Class ARG_MinMaxCmd
java.lang.Object
de.mid.innovator.srv2api.icw2er.ARG_MinMaxCmd
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
Argument for setting the min/max values of a
ERRole at same time.-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
Min
Minimum value -
Max
Maximum value -
Maintain
public boolean Maintainif true, call MaintainCmd at the end
-
-
Constructor Details
-
ARG_MinMaxCmd
public ARG_MinMaxCmd() -
ARG_MinMaxCmd
-
-
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
-