In-Room Control on Touch10
for Cisco TelePresence
MX200 G2, MX300 G2,
MX700, MX800,
SX10, SX20, SX80
Collaboration Endpoint
software version CE8.2
D15358.02 - JULY 2016
www.cisco.com
© 2016 Cisco Systems, Inc.
All rights reserved.
16
UserInterface Extensions Event (suited for terminal output mode) UserInterface Extensions Widget (suited for XML output mode)
A single string contains information about the type of action, which widget
triggered the event (identified by the WidgetID), and the widget value.
The type of action, which widget triggered the event (identified
by the WidgetID), and the widget value are included as separate
elements in the XML tree.
How to register:
xfeedback register event/UserInterface/Extensions/Event
How to register:
xfeedback register event/UserInterface/Extensions/Widget
Example:
*e UserInterface Extensions Event Pressed Signal: "Widget Id:Value"
** end
*e UserInterface Extensions Event Changed Signal: "
WidgetId:Value"
** end
*e UserInterface Extensions Event Released Signal: "
WidgetId:Value"
** end
*e UserInterface Extensions Event Clicked Signal: "
WidgetId:Value"
** end
Example:
<Event>
<UserInterface item="1">
<Extensions item="1">
<Widget ite m ="1">
<Action ite m="1">
<WidgetId ite m ="1">
WidgetId</WidgetId>
<Value item="1">
Value</Value>
<Ty p e ite m ="1">
Type</Type>
</Action>
</Widget>
</Extensions>
</UserInterface>
</Event>
Two event versions that a control system can register to: one suited for terminal output mode, the other for XML output mode
Type of action
Events for widget actions
The video system sends one or more of the following events when
someone uses the controls on the Touch10 in-room control panel:
• Pressed - sent when a widget is first pressed
• Changed - sent when changing a widget's value
(applies to toggle buttons and sliders only)
• Released - sent when a widget is released
(also when moving away from the widget before
releasing)
• Clicked - sent when a widget is clicked
(pressed and released without moving away from the
widget)
These events are sent in two versions.
• UserInterface Extensions Event - suited for terminal output mode
• UserInterface Extensions Widget - suited for XML output mode
See the table below to find out the version best suited for your control
system to register to.
When, and by which widgets (user interface elements), these events
are triggered, are described in the Widgets chapter.
Type of action