API Commands
14
Vision
2
API Guide
v2Master_STB_Amino_SendRS232
Send a string via RS-232 on the Amino140H (only) and wait for the reply.
Sample URL:
http://<server>/v2services/v2_API/v2_APIAdminService.asmx/
v2Master_STB_Amino_SendRS232?sSTBIPAddress=43.192.168.110
&sBaudRate =19200&sWantBinary=false&sData= ka 01 01\n
v2Master_GetListOfServers
Obtain a list of all of the Vision
2
servers in the system and determine if they are online.
Parameters
sSTBIPAddress
The IP address of the set-top box to obtain the status from
sBaudRate
Must be 9600 or 19200
sWantBinary
Must be false in this release
sData
The string to send (note that \r and \n will be converted to actual ASCII and any escaped
characters (e.g. %03) will also be converted.)
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>a 01 OK01\n</result>
</v2>
PRGM EX. 12
v2Master_STB_Amino_SendRS232 Sample XML
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
<servers>
<server
name="WIN2K3SERVER"
webserviceurl="http://WIN2K3SERVER/v2Services/"
online="true" />
<server
name="LENOVO"
webserviceurl="http://LENOVO/v2Services/"
online="false" />
</servers>
</v2>
PRGM EX. 13
v2Master_GetListOfServers Sample XML
If many of the Vision
2
Servers are offline then this call may take some time before it
returns as the system times-out trying to contact an offline server.
Содержание DTV VISION2 INTEGRATION - DIAGRAM
Страница 4: ......
Страница 12: ...Using the API 6 Vision2 API Guide...
Страница 42: ...API Commands 36 Vision2 API Guide...
Страница 50: ...Vision2 RenderThumbs Explorer 44 Vision2 API Guide...
Страница 51: ...Record Service 45 Vision2 Operation Reference Guide...