Specifications

3-10
Cisco Unified IP Phone Services Application Development Notes
OL-22505-01
Chapter 3 CiscoIPPhone XML Objects
XML Object Definitions
<CiscoIPPhoneImage>
<Title>Image Object</Title>
<LocationX>0</LocationX>
<LocationY>20</LocationY>
<Width>133</Width>
<Height>45</Height>
<Depth>1</Depth>
<Data>f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0</Data>
<Prompt>Image Object</Prompt>
</CiscoIPPhoneImage>
CiscoIPPhoneImage object with WindowMode set to normal
.
See Figure 3-5.
<CiscoIPPhoneImage WindowMode="Normal">
<Title>Image Object</Title>
<LocationX>0</LocationX>
<LocationY>20</LocationY>
<Width>133</Width>
<Height>45</Height>
<Depth>1</Depth>
<Data>f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0</Data>
<Prompt>Image Object</Prompt>
</CiscoIPPhoneImage>
Figure 3-5 CiscoIPPhoneImage Object
CiscoIPPhoneImage object with WindowMode set to wide. See Figure 3-6.
<CiscoIPPhoneImage WindowMode="Wide">
<Title>Image Object</Title>
<LocationX>0</LocationX>
<LocationY>20</LocationY>
<Width>133</Width>
<Height>45</Height>
<Depth>1</Depth>
<Data>f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0</Data>
<Prompt>Image Object</Prompt>
</CiscoIPPhoneImage>