Cisco TelePresence SX20 Руководство - Страница 31

Просмотреть онлайн или скачать pdf Руководство для Конференц-система Cisco TelePresence SX20. Cisco TelePresence SX20 45 страниц. In-room control on touch 10
Также для Cisco TelePresence SX20: Быстрый набор (8 страниц), Руководство по началу работы (41 страниц), Руководство по началу работы (42 страниц), Краткое справочное руководство (2 страниц), Быстрый набор (2 страниц), Краткое справочное руководство (2 страниц), Руководство пользователя (34 страниц), Руководство пользователя (29 страниц), Руководство по устранению неполадок (37 страниц), Руководство по нормативному соответствию и безопасности (9 страниц), Руководство по настройке (8 страниц), Руководство пользователя (38 страниц), Руководство по установке (2 страниц), Руководство пользователя (2 страниц), Краткое справочное руководство (2 страниц), Руководство пользователя (37 страниц), Руководство (45 страниц), Монтажный лист (2 страниц), Руководство по установке (2 страниц), Руководство пользователя (34 страниц), Руководство пользователя (5 страниц), Руководство пользователя (38 страниц), Руководство пользователя (38 страниц), Руководство по началу работы (42 страниц), Справочное руководство (8 страниц), Руководство по началу работы (46 страниц)

Cisco TelePresence SX20 Руководство

UserInterface Extensions Widget Action

Table of contents
Sent by the video system when someone uses one of the controls on the user
interface (in-room control panel).
Introduction
Equivalent to the UserInterface Extensions Event
Depending on the action type, this event it equivalent to the UserInterface
Extensions Event Pressed, UserInterface Extensions Event Changed,
Create a user interface
UserInterface Extensions Event Released, or UserInterface Extensions Event
Clicked events.
API for in-room control
<Event>
<UserInterface item="1">
Widgets
Command reference
Command reference
Troubleshooting
</UserInterface>
Tips and tricks
</Event>
where
Examples
WidgetId
Value
Type
D15358.01 APRIL 2016
Collaboration Endpoint software
version 8.1
© 2016 Cisco Systems, Inc.
All rights reserved.
<Extensions item="1">
<Widget item="1">
<Action item="1">
WidgetId
<WidgetId item="1">
</WidgetId>
Value
<Value item="1">
</Value>
Type
<Type item="1">
</Type>
</Action>
</Widget>
</Extensions>
: String (0, 40)
The unique identifier for the widget that triggered the event.
: String (0, 255)
The value of the widget. The range of allowed values depends on the
widget type.
: <Pressed/Changed/Released/Clicked>
Pressed: Sent when a widget is first pressed.
Changed: Sent when changing a widget's value (only for toggle buttons
and sliders).
Released: Sent when a widget is released (even if moving the finger
out of the widget before releasing it).
Clicked: Sent when a widget is clicked (pressed and released without
moving the finger out of the widget).
event.
Type
31

UserInterface Extensions Widget LayoutUpdated

Sent by the video system when the configuration file for the user interface
extensions has been updated, i.e. when exporting a new configuration from the
in-room control editor to the video system.
*e UserInterface Extensions Widget LayoutUpdated
or
<Event>
<UserInterface item="1">
<Extensions item="1">
<Widget item="1">
<LayoutUpdated item="1"/>
</Widget>
</Extensions>
</UserInterface>
</Event>