FAXL3: ActionSendToServer

From fringDocumentation

Jump to: navigation, search

ActionSendToServer

Sends an outgoing request from the device to the Add-on server. The server receives all the Generic Argument inside a Command Execution Request.

Element ActionSendToServer

The following are the elements or building blocks comprising an ActionSendToServer:

RequiredDirectionNameTypeDescription
Optional/UnboundedINargGeneric ArgumentList of generic arguments to send back to the Add-on server.

FAXL Syntax

<ActionSendToServer>
	<IN>
		<arg name="myArgSimpleString">
			<value>String1</value>
		</arg>
		<arg name="myArgRefVar">
			<ref>myVar1</ref>
		</arg>
		<arg>
			<value name="myNewVar">This line will also create a FAXL var called myNewVar</value>
		</arg>
	</IN>
</ActionSendToServer>
Personal tools