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 NySNICInterface by
Diff: SNIC_WifiInterface.h
- Revision:
- 23:4ff2231ff9ba
- Parent:
- 14:54378c96d285
- Child:
- 24:987e412ae879
diff -r a9ec0cad4f84 -r 4ff2231ff9ba SNIC_WifiInterface.h --- a/SNIC_WifiInterface.h Thu Mar 27 07:37:55 2014 +0000 +++ b/SNIC_WifiInterface.h Thu Mar 27 10:11:59 2014 +0000 @@ -18,7 +18,7 @@ namespace murata_wifi { -/** Wi-Fi status */ +/** Wi-Fi status used by getWifiStatus(). */ typedef struct { /** status */ @@ -29,7 +29,7 @@ char ssid[SSID_MAX_LENGTH+1]; }tagWIFI_STATUS_T; -/** C_SNIC_WifiInterface class +/** Interface class for using SNIC UART. */ class C_SNIC_WifiInterface { public: