| Electronic Components Datasheet Search |
|
AN3972 Datasheet(PDF) 13 Page - STMicroelectronics |
|
|
|||||||||||||||||||||||||||||
AN3972 Datasheet(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) ) { |
|
|
Link URL |
| Does ALLDATASHEET help your business so far? [ DONATE ] |
About Alldatasheet | Advertisement | Contact us | Privacy Policy | Link to Datasheet | Link Exchange | Manufacturer List 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 |