|
correlation参数值始终不变?始终取data.ws中的值?
代码:
lrs_save_searched_string ("socke1", "buf11", "correlation", "LB/BIN=07", "RB/BIN=无记录",1,0, -1);
lr_message("login success: %s", "<correlation>");
data.ws中buf11的值:
"\x00\x00\x00"
"h"
"\x00"
"`07XYBJYB150015002007092914:03:590001无记录"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00"
"6"
"\x00\x00\x00\x00\x00\x00\x00"
"无记录"
日志:
Action.c(52): lrs_save_searched_string(socke1, buf11, correlation, LB/BIN=07, RB/BIN=无记录, 1, 0, -1)
Action.c(52): Notify: Saving Parameter "correlation = XYBJYB150015002007092914:03:590001" |
|