for EthernetInterface library compatibility.\\ ** Unoffical fix. may be a problem. **
Dependents: SNIC-httpclient-example SNIC-ntpclient-example
Fork of SNICInterface by
Diff: SNIC_WifiInterface.h
- Revision:
- 23:4ff2231ff9ba
- Parent:
- 14:54378c96d285
- Child:
- 24:987e412ae879
--- 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:
ban4jp -
