Murata RF modules are designed to simplify wireless development and certification by minimizing the amount of RF expertise you need to wirelessly enable a wide range of applications.

Revision:
1:fd19bd683e90
Parent:
0:8e83b9448758
Child:
9:0ce800923eda
--- a/Type/IPAddress.h	Tue Feb 03 21:24:15 2015 +0000
+++ b/Type/IPAddress.h	Wed Feb 04 18:10:30 2015 +0000
@@ -25,8 +25,8 @@
     virtual const char * GetValue();
 
     virtual int GetValueLength();
-
-    string ToString();
+    
+    void ToString(string * ipString);
 };
 }