Class GatewayInterface.InvokeMessage
- java.lang.Object
 - 
- com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.AbstractMessagePrinter
 - 
- com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.InvokeMessage
 
 
 
- 
- All Implemented Interfaces:
 GatewayInterface.MessagePrinter
- Enclosing class:
 - GatewayInterface
 
public static class GatewayInterface.InvokeMessage extends GatewayInterface.AbstractMessagePrinter
A MessagePrinter for invoke messages (MTYPE_INVOKE_FUNCTION) 
- 
- 
Constructor Summary
Constructors Constructor Description InvokeMessage(java.lang.String functionName)InvokeMessage(java.lang.String functionName, java.lang.String subFunction) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddArg(java.lang.String name, java.lang.String val)voidprintMessage(java.io.OutputStream pw)GatewayInterface.InvokeMessagesetArgs(java.io.Serializable... args)- 
Methods inherited from class com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.AbstractMessagePrinter
getMinConnectionMode, getStatMetric, writeArg, writeArg, writeHead 
 - 
 
 - 
 
- 
- 
Method Detail
- 
setArgs
public GatewayInterface.InvokeMessage setArgs(java.io.Serializable... args) throws java.io.IOException
- Throws:
 java.io.IOException
 
- 
addArg
public void addArg(java.lang.String name, java.lang.String val) 
- 
printMessage
public void printMessage(java.io.OutputStream pw) throws java.io.IOException- Throws:
 java.io.IOException
 
 - 
 
 -