ID:39548902
大小:69.00 KB
页数:5页
时间:2019-07-06
3、ributeList()的功能就是:接着上面的html代码继续绘制了表格,并把对应的数据写进去再看看代码里面-------------------------->websAspDefine(T("MakePortAttributeList"),aspGeneratePortAttributeList);我们发现了MakePortAttributeList不是一个函数,只是一个注册名,实际上我们真正起作用的是函数aspGeneratePortAttributeList();那现在就把aspGeneratePortAttribut
4、eList()的代码附上:typedefstructPortAttributeList{char_t*port;//端口号char_t*agreement;//线路协议char_t*bandrete;//波特率char_t*figure;//数据位char_t*outset;//起始位char_t*termination;//停止位char_t*parityCheck;//奇偶校验char_t*flowControl;//流量控制}STPortAttributeList;voidgetPortAttributeList(web
5、s_twp,STPortAttributeList*PortAttributeList){PortAttributeList[0].port="1";PortAttributeList[0].agreement="RS232";PortAttributeList[0].bandrete="1200";PortAttributeList[0].figure="8";PortAttributeList[0].outset="1";PortAttributeList[0].termination="1";PortAttributeL
6、ist[0].parityCheck="奇";PortAttributeList[0].flowControl="硬件";PortAttributeList[1].port="2";PortAttributeList[1].agreement="RS485";PortAttributeList[1].bandrete="9600";PortAttributeList[1].figure="8";PortAttributeList[1].outset="1";PortAttributeList[1].termination="1
7、";PortAttributeList[1].parityCheck="无";PortAttributeList[1].flowControl="无";}staticintaspGeneratePortAttributeList(inteid,webs_twp,intargc,char_t**argv){inti=0;intSerialNum=2;STPortAttributeListPortAttributeList[SerialNum];getPortAttributeList(wp,PortAttributeList);
8、while(i%s "),PortAttributeList[i].port);websWrite(wp,T("%s "),PortAttr
此文档下载收益归作者所有