Differences
This shows you the differences between two versions of the page.
remote_agent_callback_action [2020/04/26 03:33] – external edit 127.0.0.1 | remote_agent_callback_action [2020/05/10 15:59] (current) – removed admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Remote agent can callback to the server to retrieve data from the model. For example, the agent may need to retrieve a user variable or system variable or even a row of data from the dataset needed to complete the command. | ||
- | The following actions are supported: | ||
- | |||
- | * getVar - retrieves a user variable | ||
- | |||
- | [[http:// | ||
- | |||
- | * getSysVar - retrieves a user variable | ||
- | |||
- | [[http:// | ||
- | |||
- | * getData - retrieves a field from a dataset | ||
- | |||
- | [[http:// | ||
- | |||
- | * nextDataSetRow - advances the dataset to the next row | ||
- | |||
- | [[http:// |