- Auto reconnect - Added is_associated

Fork of WiflyInterface by mbed official

Revision:
10:9fc0bb21c723
Parent:
9:c77799a03294
diff -r c77799a03294 -r 9fc0bb21c723 Wifly/Wifly.h
--- a/Wifly/Wifly.h	Tue Jan 28 11:00:48 2014 +0200
+++ b/Wifly/Wifly.h	Fri Dec 16 02:55:12 2016 +0000
@@ -77,7 +77,7 @@
     * @return true if successful
     */
     bool disconnect();
-
+    bool is_associated();
     /**
     * Open a tcp connection with the specified host on the specified port
     *