Class ARG_CreateApplicationConfiguration
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_CreateApplicationConfiguration
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_CreateApplicationConfiguration
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionARG_CreateApplicationConfiguration(String strName, String strPurpose, String strConfig, int lOpMode) -
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
-
strName
name of the application configuration -
strPurpose
purpose of the application configuration -
strConfig
value of the application configuration -
lOpMode
public int lOpModeoperation mode mask to be checked
-
-
Constructor Details
-
ARG_CreateApplicationConfiguration
public ARG_CreateApplicationConfiguration() -
ARG_CreateApplicationConfiguration
-
-
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
-