中级会员
 
- 积分
- 362
- 金钱
- 362
- 注册时间
- 2014-7-30
- 在线时间
- 49 小时
|
发表于 2019-12-3 11:19:20
|
显示全部楼层
<contextID> Integer type, context ID, range is 1-16
<connectID> Integer type, socket service index, range is 0-11
<service_type> String type, socket service type
“TCP” Start a TCP connection as a client
“UDP” Start a UDP connection as a client
“TCP LISTENER” Start a TCP server to listen to TCP connection
“UDP SERVICE” Start a UDP service
<IP_address> String type
If <service_type> is TCP or UDP, it indicates the IP address of remote server, such as
“220.180.239.201”
If <service_type> is TCP LISTENER or UDP SERVICE, please enter “127.0.0.1”
<domain_name> String type, the domain name address of the remote server
<remote_port> The port of the remote server, only valid when <service_type> is “TCP” or “UDP”,
range is 0-65535
这个是移远EC20模块上,为什么说固定ip127.0.0.1,不过端口号如何定。有知道的么 |
|