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:
9:0ce800923eda
Parent:
8:5856c23794b1
--- a/Response/VersionInfoResponse.h	Mon Feb 15 15:17:50 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-#ifndef SmartLab_MuRata_Response_VersionInfoResponse
-#define SmartLab_MuRata_Response_VersionInfoResponse
-
-#include "Payload.h"
-#include "CMDCode.h"
-
-#include <string>
-
-using namespace std;
-
-namespace SmartLabMuRata
-{
-class VersionInfoResponse : public Payload
-{
-public :
-    VersionInfoResponse(Payload * payload);
-
-    CMDCode GetStatus();
-
-    char GetVersionStringLength();
-
-    string GetVsersionString();
-};
-}
-
-#endif
\ No newline at end of file