1#ifndef LH_SHUTTER_API_H
2#define LH_SHUTTER_API_H
32#include "lighthouse/api/LighthouseDllDecl.h"
Definition LHShutterAPI.h:39
virtual ~LHShutterAPI()=default
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)
lh_open_state_t
Definition lhdefs.h:73
int32_t lh_error_code_t
Definition lhdefs.h:47
uint32_t lh_device_id_t
Definition lhdefs.h:43
This is the API for controlling the autonulling functionality of a device.
Definition LighthouseAPI.h:54