M
missfen
Unregistered / Unconfirmed
GUEST, unregistred user!
函数原型
dpl_status_t cmpp_connect_to_ismg(char *host,
dpl_port_t port,conn_desc *conn);
返回值
DPL_SUCCESS:成功与服务器建立连接
DPL_EINVALSOCK:创建连接套接字失败
DPL_EINVAL:非法服务器地址
DPL_HOST_UNREACHABLE:连接服务器失败
参数
host:服务器的IP地址
port:服务器的端口号
conn:输出参数,用于传出连接描述
dpl_status_t cmpp_connect_to_ismg(char *host,
dpl_port_t port,conn_desc *conn);
返回值
DPL_SUCCESS:成功与服务器建立连接
DPL_EINVALSOCK:创建连接套接字失败
DPL_EINVAL:非法服务器地址
DPL_HOST_UNREACHABLE:连接服务器失败
参数
host:服务器的IP地址
port:服务器的端口号
conn:输出参数,用于传出连接描述