Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 296
Operator
Description
||
Boolean or
&&
Boolean and
|
Bitwise or
^
Bitwise exclusive or
&
Bitwise and
==
Equality
!=
Inequality
<
Less than
<=
Less than or equal
>=
Greater than or equal
>
Greater than
<<
Bitwise left shift
>>
Bitwise right shift
+
Addition
-
Subtraction
*
Multiplication
/
Division
%
Modulo
Unary operators
The following unary operators are valid. All of these bind tighter than any binary operator.
Operator
Description
-
Unary minus
+
Unary plus
!
Logical negation
~
Bitwise negation
Revision numbers
To reduce the size of responses when querying the device, some of the enumeration methods support a
revision number system.
When the device responds to a call that supports revision numbers, it returns an extra integer field called
currentRevision
. For example:
<member>
<name>currentRevision</name>
Cisco TelePresence MCU API 2.10
Page 12 of 296
Overview
Revision numbers