IBM Watson IoT / Mbed OS IBMIoTF

Dependencies:   MQTT

Dependents:   IBMIoTClientLibrarySamplefinal IBMWIoTPSecureClientSample IBMIoTClientLibrarySample

Files at this revision

API Documentation at this revision

Comitter:
sathipal
Date:
Mon Mar 20 10:07:49 2017 +0000
Parent:
3:3d91bf839b49
Child:
5:ea9f483e0294
Commit message:
Modified descrption

Changed in this revision

Command.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Command.cpp	Tue Jan 05 08:52:02 2016 +0000
+++ b/Command.cpp	Mon Mar 20 10:07:49 2017 +0000
@@ -16,7 +16,6 @@
 #include "Command.h"
 
 using namespace IoTF;
-
 Command::Command(char* cmd, char* fmt, char *pload):command(cmd),format(fmt),payload(pload)
 {