SNIC UART Interface library: Serial to Wi-Fi library for Murata TypeYD Wi-Fi module. For more information about TypeYD: http://www.murata.co.jp/products/microwave/module/lbwb1zzydz/index.html
Dependents: SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more
Fork of YDwifiInterface by
Diff: SNIC/SNIC_UartCommandManager.h
- 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
{
muRata

Murata TypeYD