GetSDKTcpServer. Get SDK Tcp
Server.
Request
<?xml version="1.0" encoding="utf-8"?>
<sdk guid="##GUID">
<in method="GetSDKTcpServer"/>
</sdk>
<!--
Description:
1. Sdk.guid is the guid value obtained through the negotiation of the SDK protocol version.
-->
Respond
<?xml version="1.0" encoding="utf-8"?>
<sdk guid="##GUID">
<out method="GetSDKTcpServer" result="##result">
<server
host="##value" port="##value"/>
</out>
</sdk>
<!--
Description:
1. Sdk.guid is the guid value obtained through the negotiation of the SDK protocol version.
2. out.method = "GetSDKTcpServer"
3. out.result (The error code refers to
ErrorCode
4. server.host: Tcp server ip or domain name.
5. server.port: The port that the tcp server listens on.
-->