Cisco Cisco TelePresence MX700 Riferimenti tecnici

Pagina di 194
D15335.03
 Cisco TelePresence MX700 and MX800 API Reference Guide CE8.1, APRIL 2016. 
Copyright © 2016 Cisco Systems, Inc. All rights reserved. 
133
Cisco TelePresence MX700 and MX800
API Reference Guide
Option.5: String (0, 255)
Enter the text to appear on the feedback options.
xCommand UserInterface Message Prompt Response
Give a response to the xCommand Message Prompt Display. 
Use the xFeedback commands to monitor the feedback from the user. Read more about the 
xFeedback commands in the API introduction section in this guide.
Requires user role: ADMIN, USER
USAGE: 
xCommand UserInterface Message Prompt Response [FeedbackId: "
FeedbackId
"] 
OptionId: 
OptionId
 
where
FeedbackId: String (0, 255)
The FeedbackId corresponds to the FeedbackId given by the xCommand Message 
Prompt Display command.
OptionId: Integer (1..5)
The OptionId corresponds to the OptionIds given as possible responses in the 
xCommand Message Prompt Display command.
xCommand UserInterface Message TextLine Clear
Clears the text line which was defined by the xCommand Message TextLine Display command.
Requires user role: ADMIN, USER
USAGE: 
xCommand UserInterface Message TextLine Clear 
xCommand UserInterface Message TextLine Display
Display a text line on screen. Optionally you can place the text line at a specified location and 
for a specified duration of time (in seconds). 
NOTE: If Duration is not set, the command must be followed by xCommand Message TextLine 
Clear.
Requires user role: ADMIN
USAGE: 
xCommand UserInterface Message TextLine Display Text: "
Text
" [X: 
X
] [Y: 
Y
[Duration: 
Duration
where
Text: String (0, 140)
Enter the text line to be displayed. The <p> and <br> HTML tags will result in line breaks 
as normal; any other tags will appear as plain text.
X: Integer (1..10000)
Enter the X-coordinate (horizontal) on screen. X=0 is in the upper left corner.
Y: Integer (1..10000)
Enter the Y-coordinate (vertical) on screen. Y=0 is in the upper left corner.
Duration: Integer (0..3600)
Set how long (in seconds) the text line is to be displayed on the screen. If set to 0 (zero) 
the text line is displayed until a xCommand Message TextLine Clear command has been 
sent.
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand