Signature; Subscription; Notifications About The Changes Of The Properties; Legend For The Control Commands - Lightware UMX-TPS-TX100 Series User Manual

Hide thumbs Also See for UMX-TPS-TX100 Series:
Table of Contents

Advertisement

 
7. LW3 Programmers' Reference
7.2.7. Signature
DEFINITION: The signature is a four-digit-long hexadecimal value that can be optionally placed before
every command to keep a command and the corresponding responses together as a group.
Each line is terminated with a carriage return (Cr, '\r') and line feed (Lf, '\n') characters. In several cases the
number of the lines in the response cannot be determined in advance, e.g. the client intends to receive 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 response to that particular command will
also be preceded by the signature, and the corresponding lines will be between brackets:
Î 1700#GET /EDID.*
Í {1700
Í pr /EDID.EdidStatus=F89:E1;D1:E2;D1:E3;D1:E4;F89:E5
Í m- /EDID:copy
Í m- /EDID:delete
Í m- /EDID:reset
Í m- /EDID:switch
Í m- /EDID:switchAll
Í }
INFO: The lines of the signature are also Cr and Lf terminated.
7.2.8. Subscription
DEFINITION: Subscription to a node means that the user will get a notification if a property of the node
changes.
A user can subscribe to any node. These notifications are asynchronous messages and are useful to keep the
client application up to date, without having to periodically poll the node to detect a changed property. When
the user does not want to be informed about the changes anymore, he can 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 reopening a connection all subscribe commands
have to be sent in order to get the notifications of the changes on that connection.
Subscribe to a Node
Î OPEN /MEDIA/VIDEO
Í o- /MEDIA/VIDEO
Get the Active Subscriptions
Î OPEN
Í o- /MEDIA/VIDEO
Í o- /EDID
Í o- /DISCOVERY
UMX-TPS-TX100 series – User's Manual
Subscribe to Multiple Nodes
Î OPEN /MEDIA/VIDEO/*
Í o- /MEDIA/VIDEO/*
Unsubscribe from a Node
Î CLOSE /MEDIA/VIDEO
Í c- /MEDIA/VIDEO
Unsubscribe from Multiple Nodes
Î CLOSE /MEDIA/VIDEO/*
Í c- /MEDIA/VIDEO/*
7.2.9. Notifications about the Changes of the Properties
When the value of a property is changed and the user is subscribed to the node, which the property belongs
to, an asynchronous notification is generated. This is notification is called as the 'change message'. The
format of such a message is very similar to the response for the GET command:
Í CHG /EDID.EdidStatus=F48:E1
A Short Example of How to Use the Subscription
There are two independent users controlling the device through two independent connections (Connection #1
and Connection #2). The events in the rows occur after each other.
Î OPEN /MEDIA/VIDEO/QUALITY
Í o- /MEDIA/VIDEO/QUALITY
Î GET /MEDIA/VIDEO/Quality.QualityMode
Í pm /MEDIA/VIDEO/QUALITY.QualityMode=graphic
Î GET /MEDIA/VIDEO/Quality.QualityMode
Í pm /MEDIA/VIDEO/QUALITY.QualityMode=graphic
Î SET /MEDIA/VIDEO/Quality.QualityMode=video
Í pw /MEDIA/VIDEO/QUALITY.QualityMode=video
Í CHG /MEDIA/VIDEO/QUALITY.QualityMode=video
Explanation: The first user (Connection #1) set a subscription to a node. Later the other user (Connection #2)
made a change, and thanks for the subscription, the first user got a notification about the change.
7.2.10. Legend for the Control Commands
Format
<in>
Input port number
<out>
Output port number
<port>
Input or output port number
<loc>
Location number
<parameter>
Variable, which is defined and described in the command
Batched parameters: the underline means that more expressions or parameters
<expression>
can be placed by using a semicolon, e.g. I2;I4;I5 or F27:E1;F47:E2
Sent command
Î
Received response
Í
·
Space character
73
}
Connection #1
}
Connection #2
Connection #1
Description

Advertisement

Table of Contents
loading

Table of Contents