Class GatewayInterface.BasicMessage

java.lang.Object
com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.AbstractMessagePrinter
com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.BasicMessage
All Implemented Interfaces:
GatewayInterface.MessagePrinter
Enclosing class:
GatewayInterface

public static class GatewayInterface.BasicMessage extends GatewayInterface.AbstractMessagePrinter
Basic implementation of message printer for messages with variable number of arguments
  • Constructor Details

    • BasicMessage

      public BasicMessage(int type, String name1, String arg1, String name2, String arg2)
      Convenience constructor for a message with two arguments
    • BasicMessage

      public BasicMessage(int type, String[] names, String[] args)
      Constructor to create a message with variable number of arguments
  • Method Details