1 #ifndef LH_SHUTTER_API_H
2 #define LH_SHUTTER_API_H
32 #include "lighthouse/api/LighthouseDllDecl.h"
33 #include "lighthouse/api/lhdefs.h"
49 virtual void setShutterState(lh_device_id_t deviceID, lh_error_code_t* errorCode, lh_open_state_t state);
58 virtual lh_open_state_t
getShutterState(lh_device_id_t deviceID, lh_error_code_t* errorCode);
Definition: LHShutterAPI.h:39
virtual lh_open_state_t getShutterState(lh_device_id_t deviceID, lh_error_code_t *errorCode)
virtual void setShutterState(lh_device_id_t deviceID, lh_error_code_t *errorCode, lh_open_state_t state)
This is the API for controlling the autonulling functionality of a device.
Definition: LighthouseAPI.h:54