This library controls the WNC. There is a derived class for usage from the K64F board.

Fork of WncControllerLibrary by Fred Kellerman

Revision:
12:33290e9e6e5f
Parent:
10:2ec59906a24e
Child:
13:73629a6e9122
--- a/WncController.h	Fri Sep 09 23:58:12 2016 +0000
+++ b/WncController.h	Sat Sep 10 00:49:34 2016 +0000
@@ -353,7 +353,7 @@
     bool at_sockclose_wnc(uint16_t numSock);
     bool at_dnsresolve_wnc(const char * s, string * ipStr);
     AtCmdErr_e at_sockwrite_wnc(const char * s, uint32_t n, uint16_t numSock, bool isTcp);
-    AtCmdErr_e at_sockread_wnc(uint8_t * pS, uint32_t * numRead, uint16_t n, uint16_t numSock, bool isTcp);
+    AtCmdErr_e at_sockread_wnc(uint8_t * pS, uint16_t * numRead, uint16_t n, uint16_t numSock, bool isTcp);
     AtCmdErr_e at_sockread_wnc(string * pS, uint16_t numSock, bool isTcp);
     bool at_reinitialize_mdm(void);
     AtCmdErr_e at_send_wnc_cmd(const char * s, string ** r, int ms_timeout);