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 Details

    • strName

      public String strName
      name of the application configuration
    • strPurpose

      public String strPurpose
      purpose of the application configuration
    • strConfig

      public String strConfig
      value of the application configuration
    • lOpMode

      public int lOpMode
      operation mode mask to be checked
  • Constructor Details

    • ARG_CreateApplicationConfiguration

      public ARG_CreateApplicationConfiguration()
    • ARG_CreateApplicationConfiguration

      public ARG_CreateApplicationConfiguration(String strName, String strPurpose, String strConfig, int lOpMode)
  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble