HDMI-TPS-RX110AY – User's Manual 47
Manual
For every node, property and method in the tree there is a manual. The manual is a human readable text that
describes the syntax and provides a hint for how to use the primitives.
Command format:
for nodes: MAN●
for property: MAN●
for method: MAN●
Response format:
The human readable manual is separated by a space (‘ ‘) character from the primitives.
for nodes: nm●●Human readable manual
for property: pm●●Human readable manual
for method: mm●●Human readable manual
Example: (for a property)
˃ MAN /SYS/MB/RS232/Local.ActiveProtocol
˂ pm /SYS/MB/RS232/Local.ActiveProtocol ["LW2" | "LW3"] Active Protocol
Example: (for a method)
˃ MAN /SYS/MB/RS232/Local:factoryDefaults
˂ mm /SYS/MB/RS232/Local:factoryDefaults [] Restore factory default settings
Signature
For some command, the response can contain multiple lines. Each line is terminated with a carriage return
be determined in advance, e.g. the client is intended waiting for the whole response and also wants to be
sure, that the received lines belong together and to the same command. In these cases, a special feature the
‘signature’ can be used.
The signature is a four digit long hexadecimal value that can be optionally placed before every command.
In that case, the response to that particular command will also be preceded by the signature, and the
corresponding lines will be between brackets.
Command format
Legend: xxxx: 4-digit long hexadecimal value.
Response format:
{XXXX
}
Example:
˃ 1103#GET /MEDIA/UART.*
˂ {1103
˂ pr /MEDIA/UART.PortCount=2
˂ pr /MEDIA/UART.PortUI=P1:01209;P2:12224
˂ pr /MEDIA/UART.P1=LOCAL
˂ pr /MEDIA/UART.P2=TPS
˂ }
Subscription
described above - and hence, they are useful to keep the client application up-to-date, without receiving any
simply unsubscribe from the node.
ATTENTION! The subscriptions are handled separately for connections. Hence, if the connection is
terminated all registered subscriptions are deleted. After closing a connection the subscribe command
Subscribe to a Node
Command format: OPEN●
Response format: o-●
Example:
˃ OPEN /MEDIA/VIDEO
˂ o- /MEDIA/VIDEO
Subscribe to Multiple Nodes
In order to subscribe to multiple nodes, the asterisk wild card can be used.
Command format: OPEN●
Response format: o-●
Example:
˃ OPEN /MEDIA/VIDEO/*
˂ o- /MEDIA/VIDEO/*