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 SummaryConstructors Constructor Description BasicMessage(int type, java.lang.String[] names, java.lang.String[] args)Constructor to create a message with variable number of argumentsBasicMessage(int type, java.lang.String name1, java.lang.String arg1, java.lang.String name2, java.lang.String arg2)Convenience constructor for a message with two arguments
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintMessage(java.io.OutputStream pw)- 
Methods inherited from class com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.AbstractMessagePrintergetMinConnectionMode, getStatMetric, writeArg, writeArg, writeHead
 
- 
 
- 
- 
- 
Constructor Detail- 
BasicMessagepublic BasicMessage(int type, java.lang.String name1, java.lang.String arg1, java.lang.String name2, java.lang.String arg2)Convenience constructor for a message with two arguments
 - 
BasicMessagepublic BasicMessage(int type, java.lang.String[] names, java.lang.String[] args)Constructor to create a message with variable number of arguments
 
- 
 
-