This is library for using WizFi250

Dependents:   WebSocket_WizFi250_HelloWorld IFTTT_WizFi250 AxedaGo-WizFi250 FANARM_AP_udp_server ... more

Revision:
4:085e7efeae47
Parent:
3:bb87855a8277
Child:
5:8a0702aa91e3
diff -r bb87855a8277 -r 085e7efeae47 WizFi250/WizFi250.h
--- a/WizFi250/WizFi250.h	Thu Nov 13 09:16:02 2014 +0900
+++ b/WizFi250/WizFi250.h	Fri Nov 14 15:10:33 2014 +0900
@@ -134,8 +134,8 @@
     int cmdWSEC     (WiFiMode mode, const char *key, const char *sec = NULL);
     int cmdWJOIN    ();
     int cmdSCON     ( const char *openType, const char *socketType, int localPort, const char *dataMode = "0");
-    int cmdSCON     ( const char *openType, const char *socketType, const char *remoteIp, int remotePort, int localPort = NULL, const char *dataMode = "0");
-    int cmdSSEND    ( const char *data, int cid, int sendSize, const char *remoteIp = NULL, int remotePort = NULL, int Timeout = 2000 );
+    int cmdSCON     ( const char *openType, const char *socketType, const char *remoteIp, int remotePort, int localPort = 0, const char *dataMode = "0");
+    int cmdSSEND    ( const char *data, int cid, int sendSize, const char *remoteIp = NULL, int remotePort = 0, int Timeout = 2000 );
     int cmdCLOSE    ( int cid );
     int cmdFDNS     (const char *host);
     int cmdSMGMT    ( int cid );