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:
2:f8e393a81c25
Parent:
0:8e83b9448758
Child:
9:0ce800923eda
--- a/Payload.h	Wed Feb 04 18:10:30 2015 +0000
+++ b/Payload.h	Wed Feb 04 20:37:40 2015 +0000
@@ -26,7 +26,7 @@
 
     Payload(Payload * payload);
 
-    const char * GetData();
+    char * GetData();
 
     /// <summary>
     /// The first byte of the Payload of the command describes the specific operation to perform for the Command ID, and it contains the Response Flag and Sub-Command ID (RFSCID). The Payload may be a request (REQ) from the host to the module, a response (RSP) from the module to that request, an indication (IND) from the module to the host, and the optional confirmation (CFM) from the host for that indication.