Description:
Sends API commands to system and redirects output over network
to @HOSTIPADDRESS. Commands can be packed together using a colon.
Form:
Command Handler: SYSD
BARK ARGUMENT
Argument: Any API command
Response:
*.SYSD BARK "*.dcmd TRA"<enter>
Response is: OK\r\n
\r\n
Example of packing commands together:
*.SYSD BARK "*.dcmd TRA:*sysd IP 0"<enter>
Response is: OK\r\n
\r\n
Notes:
1. Message is sent over the network by UDP on a port set by @BARKLIST PORT.
2. BARK does not require that @BARKLIST be ON.
3. Use the Command Handler prefix and quote each command. See example.
4. BARK does not test the arguments and always returns OK since the command
is run asynchronously in the background.