FAXL3: ActionSendToServer
From fringDocumentation
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:
| Required | Direction | Name | Type | Description |
| Optional/Unbounded | IN | arg | Generic Argument | List 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>