int rc=0;
rc = lrs_create_socket("socket0","TCP","LocalHost=0","RemoteHost=20.13.0.216:5555", LrsLastArg);//建立到服务端的连接
if (rc==0)
lr_output_message("Socket was successfully created ");
else
lr_output_message("An error occurred while creating the socket, Error Code: %d", rc);
lrs_send("socket0", "buf0", LrsLastArg); //往"socket0"发送"buf0"中的数据