C++中的方法为api_ihuReadCurrentValue1,方法的各项参数说明如下:
//api_ihuReadCurrentValue1 //功能:查询多个标签点的实时值 //参数说明: //long serverhandle in连接句柄 //int number_of_tags in查询点数 //char *tagnames in 点名字符串,以逗号拼接,如:"a,b" //float *tagvalues out 数组,查询返回的值,与tagnames数组对应 //IHU_TIMESTAMP *timestampsout结构体数组,返回的时间戳 //int *tagerrs out数组,1-查询成功,0-查询失败 //char *retmessage out错误信息描述 //返回值: //>0--IH函数返回错误 //0--成功 //
- 2 回答
- 0 关注
- 515 浏览
添加回答
举报
0/150
提交
取消