文件名称:anviz sdk manual
介绍说明--下载内容来自于网络,使用问题请自行百度
anviz sdk manual // If it use the RS232 communication method, please register the comm. port number which is occupied by the machine. CKT_RegisterSno(12345678, 1); CKT_RegisterSno(87654321, 2); // If it use the TCP\IP communication method, please register each machine’s IP address. CKT_RegisterNet(12345678, “192.168.0.1”); CKT_RegisterNet(87654321, “192.168.0.2”); //Enable real-time data transmission //If it use the RS232 communication method, please run the daemon threads to receive the real-time data. CKT_ComDaemon(); //If it use the TCP\IP communication method, please run the daemon threads to receive the real-time data. CKT_NetDaemon();
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : TC_B API manual.doc 列表
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.