D14642.15 Codec C40-C60 API Reference Guide TC7.0, JANUARY 2014.
Copyright © 2010–2014 Cisco Systems, Inc. All rights reserved.
112
Cisco TelePresence System Codec C40/C60
API Reference Guide
GPIO commands
xCommand GPIO ManualState Set
NOTE: This command is not supported on Codec C40.
Set the status of a GPIO pin that is configured to OutputManualState mode (ref. xConfiguration GPIO
Pin [1..4] Mode).
Requires user role:
USER
Parameters:
Pin1: <High/Low>
Pin2: <High/Low>
Pin3: <High/Low>
Pin4: <High/Low>
Example:
xCommand GPIO ManualState Set Pin1: High
*r GpioStateSetResult (status=OK):
** end
HttpFeedback commands
xCommand HttpFeedback Register
Register the system to a HTTP(S) server to return XML feedback over HTTP(S) to specific URLs.
FeedbackSlot: You can have from 1 to 4 slots for feedback.
ServerUrl: Define the URL for the HTTP(S) server.
Expression[1..15]: What parts of the Status and Configuration XML documents to monitor are
specified by XPath expressions. You can have from 1 to 15 XPath expressions.
Requires user role:
USER
Parameters:
FeedbackSlot: <1..4>
ServerUrl(r): <S: 1, 2048>
Expression[1..15]: <S: 1, 255>
Example:
xCommand HttpFeedback Register FeedbackSlot:1 ServerUrl:10.47.19.41
Expression[1]:Status/Video Expression[2]:Status/Audio Expression[3]:Status/
Call Expression[4]:Status/Conference
OK
*r FeedbackRegisterResult (status=OK):
FeedbackSlot: 1
** end
xCommand HttpFeedback Deregister
Deregister XML feedback over HTTP(S).
Requires user role:
USER
Parameters:
FeedbackSlot(r): <1..4>
Example:
xCommand HttpFeedback Deregister FeedbackSlot:1
OK
*r FeedbackDeregisterResult (status=OK):
FeedbackSlot: 1
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand