USB Host WAN Dongle library

Fork of USBHostWANDongle_bleedingedge by Donatien Garnier

Revision:
10:08bce4cd973a
Parent:
8:0d1ec493842c
Child:
17:b8739fd10faf
--- a/USB3GModule/WANDongle.h	Tue Jul 31 10:37:16 2012 +0000
+++ b/USB3GModule/WANDongle.h	Thu Aug 30 09:15:55 2012 +0000
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2011 mbed.org, MIT License
+/* Copyright (c) 2010-2012 mbed.org, MIT License
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
 * and associated documentation files (the "Software"), to deal in the Software without
@@ -58,6 +58,13 @@
      * * @return true if connection was successful
      */
     bool tryConnect();
+    
+    /*
+     * Disconnect device
+     *
+     * * @return true if disconnection was successful
+     */
+    bool disconnect();
        
     WAN_DONGLE_TYPE getDongleType();