Adding stub and skeleton for Lifxtest and LifxLightBulb; Creating build flow for...
[iot2.git] / benchmarks / drivers / Cpp / LifxLightBulb / LifxLightBulb.hpp
index e422a729b1fec5d433e08099c7bb2eb39014e853..7d23c22d14c6066c58f0468f582604686cf16951 100644 (file)
@@ -164,4 +164,7 @@ class LifxLightBulb : public LightBulb
                void handleStateVersionMessageReceived(char* payloadData);
                void handleLightStateMessageReceived(char* payloadData);
 };
+
+//typedef LifxLightBulb* create_t(IoTSet<IoTDeviceAddress*>* _devAddress, string macAddress);
+//typedef void destroy_t(LifxLightBulb*);
 #endif