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
Basic implementation of message printer for messages with variable number of arguments
- 
Field Summary
- 
Constructor SummaryConstructorsConstructorDescriptionBasicMessage(int type, String[] names, String[] args) Constructor to create a message with variable number of argumentsBasicMessage(int type, String name1, String arg1, String name2, String arg2) Convenience constructor for a message with two arguments
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.AbstractMessagePrintergetMinConnectionMode, getStatMetric, writeArg, writeArg, writeHead
- 
Constructor Details- 
BasicMessageConvenience constructor for a message with two arguments
- 
BasicMessageConstructor to create a message with variable number of arguments
 
- 
- 
Method Details- 
printMessage- Throws:
- IOException
 
 
-