2 #include "ManagedObject.h"
3 #include "api/advanced/LampAPI.h"
4 using oceandirect::api::LampAPI;
6 namespace NetOceanDirect {
13 Lamp(LampAPI* instance);
16 static Lamp^ getInstance();
28 void setEnable(
long deviceID,
int% errorCode,
bool enable);
40 bool isEnable(
long deviceID,
int% errorCode);
bool isEnable(long deviceID, int% errorCode)
Definition: Lamp.cpp:26
void setEnable(long deviceID, int% errorCode, bool enable)
Definition: Lamp.cpp:21
Definition: ManagedObject.h:16