我怎么才能确切的指导,lrs_send 发送的确切内容阿?作者: sunshine_luo 时间: 2006-3-9 11:54
lz可以看看Function说明中的这么一段:
The lrs_set_send_buffer function specifies the buffer to send in the next call to lrs_send. The buffer specified in lrs_set_send_buffer is sent, and not the buffer designated in the lrs_send function.作者: guirongb 时间: 2006-3-9 15:55
问题解决了,谢谢楼上的哦作者: sunshine_luo 时间: 2006-3-9 21:19
把解决的方法帖到坛子上吧,这样大家下次碰到类似的问题就知道该怎么处理了作者: 龙雨 时间: 2009-12-11 17:28
如果是如下方式呢,第二次发送还是发送的suffix的数据吧?
lrs_set_send_buffer("socket0",suffix,20);
lrs_send("socket0", "buf0", LrsLastArg);
lrs_send("socket0", "buf1", LrsLastArg);