| 数据搜索系统,热门电子元器件搜索 |
|
AN3972 数据表(PDF) 13 Page - STMicroelectronics |
|
|
|||||||||||||||||||||||||||||
AN3972 数据表(HTML) 13 Page - STMicroelectronics |
|
13 / 21 page ![]() AN3972 Application firmware description Doc ID 022161 Rev 1 13/21 else if ( !strncmp((char *)pcRxString + 4, "/conf.htm", 9) ) { // Build the dynamic page file.data = s_cDynamicPage; PrepareFrameConf(s_cDynamicPage,pxNetCon); file.len = strlen(s_cDynamicPage); } else { int nFileFound = 0; if (*(char *)(pcRxString + 4) == '/' && *(char *)(pcRxString + 5) == 0) { if ( sReqCount < 1 ) nFileFound = fs_open("/index.html", &file); else nFileFound = 0; } else { nFileFound = fs_open((char *)pcRxString + 4, &file); } if (!nFileFound) { fs_open("/404.html", &file); } } // Write out the HTTP OK header. strcpy(txt, webHTTP_OK); sprintf( txt + strlen(webHTTP_OK), webHTTP_Info, file.len ); // Write out the HTTP Info header. netconn_write( pxNetCon, txt, (u16_t) strlen(txt), NETCONN_COPY ); // Write out the dynamically generated page. WriteGeneratedPages(file,pxNetCon); } //Post Command Handler if( !strncmp( pcRxString, "POST ", 5 ) ) { if ( !strncmp((char *)pcRxString + 5, "/top2.htm", 9) ) { |
|
|
链接网址 |
| ALLDATASHEET是否为您带来帮助? [ DONATE ] |
关于 Alldatasheet | 广告服务 | 联系我们 | 隐私政策 | 数据表链接 | 链接交换 | 制造商名单 All Rights Reserved©Alldatasheet.com |
| Russian : Alldatasheetru.com | Korean : Alldatasheet.co.kr | Spanish : Alldatasheet.es | French : Alldatasheet.fr | Italian : Alldatasheetit.com Portuguese : Alldatasheetpt.com | Polish : Alldatasheet.pl | Vietnamese : Alldatasheet.vn Indian : Alldatasheet.in | Mexican : Alldatasheet.com.mx | British : Alldatasheet.co.uk | New Zealand : Alldatasheet.co.nz |
|
Family Site : ic2ic.com |
icmetro.com |