Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SNICInterface 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 {