32 #include "lighthouse/api/LighthouseDllDecl.h"
33 #include "lighthouse/api/lhdefs.h"
49 virtual void setLedState(lh_device_id_t deviceID, lh_error_code_t* errorCode, lh_enable_state_t state);
57 virtual lh_enable_state_t
getLedState(lh_device_id_t deviceID, lh_error_code_t* errorCode);
Definition: LHLedAPI.h:39
virtual lh_enable_state_t getLedState(lh_device_id_t deviceID, lh_error_code_t *errorCode)
virtual void setLedState(lh_device_id_t deviceID, lh_error_code_t *errorCode, lh_enable_state_t state)
This is the API for controlling the autonulling functionality of a device.
Definition: LighthouseAPI.h:54