Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
NetUtils Class Reference

Static Public Member Functions

static bool pbufIsStrEqual (pbuf *buf, const char *compared, int startPos)
 
static int pbufFindChar (pbuf *buf, char wtf, int startPos=0)
 
static int pbufFindStr (pbuf *buf, const char *wtf, int startPos=0)
 
static char * pbufAllocateStrCopy (pbuf *buf, int startPos, int length)
 
static String pbufStrCopy (pbuf *buf, int startPos, int length)
 
static bool FixNetworkRouting ()
 
static void debugPrintTcpList ()