Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of WncControllerLibrary by
Diff: WncController.h
- Revision:
- 12:33290e9e6e5f
- Parent:
- 10:2ec59906a24e
- Child:
- 13:73629a6e9122
diff -r 3ff6c1cb5b03 -r 33290e9e6e5f WncController.h
--- 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);
