nc
Diff: WizFi310Interface.h
- Revision:
- 2:a4890cc8be69
- Parent:
- 0:774ff1e8b26b
diff -r e08ea0ee2788 -r a4890cc8be69 WizFi310Interface.h --- 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();