for EthernetInterface library compatibility.\\ ** Unoffical fix. may be a problem. **

Dependents:   SNIC-httpclient-example SNIC-ntpclient-example

Fork of SNICInterface by muRata

Revision:
23:4ff2231ff9ba
Parent:
21:dda155fe5048
Child:
25:67183ed15708
--- a/SNIC/SNIC_UartCommandManager.h	Thu Mar 27 07:37:55 2014 +0000
+++ b/SNIC/SNIC_UartCommandManager.h	Thu Mar 27 10:11:59 2014 +0000
@@ -30,7 +30,7 @@
 /** Timeout of UART command wait(ms)*/
 #define UART_COMMAND_WAIT_TIMEOUT  10000
 
-/** Scan result 
+/** Scan result structure used by scanresults handler
 */
 typedef struct {
     bool          is_complete;
@@ -50,7 +50,7 @@
     char          ssid[SSID_MAX_LENGTH+1];
 }tagSCAN_RESULT_T;
 
-/** C_SNIC_UartCommandManager class
+/** Internal class for managing the SNIC UART command.
  */
 class C_SNIC_UartCommandManager
 {