XML Object: ServiceObjBackground
The following is an example of the XML content.
<ServiceObjBackground>
<Action>add or Remove image</Action>
<PointX>the position of logo image</PointX>
<PointY>the position of logo image</PointY>
<Img>Image URL</Img>
</ServiceObjBackground>
The following are the values that can be for the actions.
Value
Description
1 Adds the logo
2 Removes the logo (removes the existing logo and ignores the other
parameters)
3 Adds the wallpaper
4 Removes the wallpaper (removes the existing wallpaper ignores the
other parameters)
Logo/Wallpaper addition example
The following are examples of the settings and values for adding a logo and wallpaper with an XML file.
Adding a logo (logo.xml)
<?xml version="1.0" encoding="utf-8" ?>
<ServiceObjBackground>
<Action>1</Action>
<PointX>0</PointX>
<PointY>0</PointY>
<Img>http://172.20.70.170/logo.jpg</Img>
</ServiceObjBackground>
Adding a wallpaper (wallpaper.xml)
<?xml version="1.0" encoding="utf-8" ?>
<ServiceObjBackground>
380 Administrator Guide Document Version 2015-01
6.4 Logo and Wallpaper Settings