The "remote" command may be used to query the remote control state of the deck by specifying no
parameters:
remote ↵
The deck will return the current remote control state:
210 remote info: ↵
enabled: {"true", "false"} ↵
override: {"true", "false"} ↵
↵
Asynchronous remote control information change notification is disabled by default and may be
configured with the "notify" command. When enabled, changes in remote state will generate a "510 remote
info:"asynchronous message with the same parameters as the "210 remote info:" message.
Closing connection
The "quit" command instructs the server to cleanly shut down the connection:
quit ↵
Checking connection status
The "ping" command has no function other than to determine if the server is responding:
ping ↵
Getting help
The "help" or "?" commands return human readable help text describing all available commands and
parameters:
help ↵
or:
? ↵
The server will respond with a list of all supported commands:
201 help: ↵
{Help Text} ↵
{Help Text} ↵
↵
Stopping deck operation
The "stop" command instructs the deck to stop the current capture:
stop ↵
Enumerating supported commands and parameters
The "commands" command returns the supported commands:
commands ↵
The command list is returned in a computer readable XML format:
212 commands :
<commands> ↵
<command name="..."><parameter name="..."/>...</command> ↵
<command name="..."><parameter name="..."/>...</command> ↵
...
</commands> ↵
↵
More XML tokens and parameters may be added in later releases.
Fernsteuerung via Ethernet
142