ConstructStatus

Metreos.Native.CiscoIpPhone.ConstructStatus

Description ConstructStatus

Action Parameters
Parameter Name.NET TypeDefaultDescription
TextSystem.StringA single line of text to show on the status XML object. This will be displayed on the Cisco IP Phone.
TimerSystem.Int16The timer seed value (in seconds). If specified, a timer will be displayed on the status bar.
LocationXSystem.Int16The X-coordinate of the image (in pixels).
LocationYSystem.Int16The Y-coordinate of the image within the status bar (in pixels).
HeightSystem.UInt16The height of the image within the status bar (in pixels).
WidthSystem.UInt16The width of the image within the status bar (in pixels).
DepthSystem.UInt16The color depth of the image within the status bar.
DataSystem.StringThe image data to be displayed. There are no utilities to help format this data. Refer to the Cisco IP Phone Developer documentation.
Result Data
Parameter Name.NET TypeDescription
XmlObjectSystem.StringXmlObject

Branch Conditions 

Success

No description.

Failure

No description.