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:
0:8e83b9448758
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Response/InitializationResponse.h	Tue Feb 03 21:24:15 2015 +0000
@@ -0,0 +1,24 @@
+#ifndef SmartLab_MuRata_Response_InitializationResponse
+#define SmartLab_MuRata_Response_InitializationResponse
+
+#include "Payload.h"
+#include "SNICCode.h"
+
+namespace SmartLabMuRata
+{
+class InitializationResponse : public Payload
+{
+public :
+    InitializationResponse(Payload * payload);
+
+    SNICCode GetStatus();
+
+    int GetDefaultReceiveBufferSize();
+
+    int GetMaximumUDPSupported();
+
+    int GetMaximumTCPSupported();
+};
+}
+
+#endif
\ No newline at end of file