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 Summary
ConstructorsConstructorDescriptionBasicMessage(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 Summary
Methods inherited from class com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.AbstractMessagePrinter
getMinConnectionMode, getStatMetric, writeArg, writeArg, writeHead 
- 
Constructor Details
- 
BasicMessage
Convenience constructor for a message with two arguments - 
BasicMessage
Constructor to create a message with variable number of arguments 
 - 
 - 
Method Details
- 
printMessage
- Throws:
 IOException
 
 -