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: Socket/Endpoint.h
- Revision:
- 33:33f1bc919486
- Parent:
- 29:6a0ba999597d
- Child:
- 38:f13e4e563d65
--- a/Socket/Endpoint.h Fri May 30 08:30:40 2014 +0000
+++ b/Socket/Endpoint.h Tue Jun 03 08:53:07 2014 +0000
@@ -67,7 +67,8 @@
int get_port(void);
protected:
- char _ipAddress[17];
+ char mIpAddress[17];
+ int mPort;
// struct sockaddr_in _remoteHost;
};
muRata

Murata TypeYD