Технические ссылки для Cisco Cisco TelePresence MX700

Скачать
Страница из 194
D15335.03
 Cisco TelePresence MX700 and MX800 API Reference Guide CE8.1, APRIL 2016. 
Copyright © 2016 Cisco Systems, Inc. All rights reserved. 
132
Cisco TelePresence MX700 and MX800
API Reference Guide
xCommand UserInterface Message Alert Display
Display a message on screen, for a specified duration of time (in seconds). 
NOTE: If Duration is not set, the command must be followed by xCommand Message Alert 
Clear. 
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
USAGE: 
xCommand UserInterface Message Alert Display [Title: "
Title
"] Text: "
Text
[Duration: 
Duration
where
Title: String (0, 255)
Enter a message title.
Text: String (0, 255)
Enter the message to be displayed. The <p> and <br> HTML tags will result in line 
breaks as normal; any other tags will appear as plain text.
Duration: Integer (0..3600)
Set how long (in seconds) the message is to be displayed on the screen. If set to 
0 (zero) the message does not disappear until a xCommand Message Alert Clear 
message has been sent.
xCommand UserInterface Message Prompt Clear
Remove the window displayed using the xCommand Message Alert Display command.
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 Clear [FeedbackId: "
FeedbackId
"] 
where
FeedbackId: String (0, 255)
The FeedbackId corresponds to the FeedbackId given by the xCommand Message 
Prompt Display command.
xCommand UserInterface Message Prompt Display
Display a small window on screen with a title, text and up to five options for response from the 
user. The message is displayed on screen until the user gives a response, or until the system 
receives the following command xCommand Message Prompt Clear.
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.
Title: 
Text: 
FeedbackId: 
Option.1 to Option.5: 
Requires user role: ADMIN
USAGE: 
xCommand UserInterface Message Prompt Display [Title: "
Title
"] Text: "
Text
[FeedbackId: "
FeedbackId
"] [Option.1: "
Option.1
"] [Option.2: "
Option.2
"] [Option.3: 
"
Option.3
"] [Option.4: "
Option.4
"] [Option.5: "Option.5"] 
where
Title: String (0, 255)
Enter the message title.
Text: String (0, 255)
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.
FeedbackId: String (0, 255)
To identify the feedback enter a FeedbackId.
Option.1: String (0, 255)
Enter the text to appear on the feedback options.
Option.2: String (0, 255)
Enter the text to appear on the feedback options.
Option.3: String (0, 255)
Enter the text to appear on the feedback options.
Option.4: String (0, 255)
Enter the text to appear on the feedback options.
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand