xdw

Fork of WizFi310Interface_Legacynew by Akshay Tom

Revision:
2:a4890cc8be69
Parent:
0:774ff1e8b26b
--- a/WizFi310Interface.h	Tue May 02 00:31:36 2017 +0000
+++ b/WizFi310Interface.h	Mon Sep 18 02:50:44 2017 +0000
@@ -37,6 +37,7 @@
     int init(const char* ip, const char* mask, const char* gateway, const char* name = NULL);
     int connect(Security sec, const char* ssid, const char* phrase, WiFiMode mode = WM_STATION);
     int disconnect();
+    int test();
     char* getMACAddress();
     char* getIPAddress();
     char* getGateway();