diff options
| author | Dmitry Duka <[email protected]> | 2017-06-30 01:37:37 +0400 |
|---|---|---|
| committer | Dmitry Duka <[email protected]> | 2017-06-30 01:37:37 +0400 |
| commit | e388323677072a6df205c258b09f8807e2c3d22c (patch) | |
| tree | bca0937469bfc7af8412959af90fad58d9989941 /include/ansel/UserControls.h | |
| parent | Updating README.md (diff) | |
| download | anselsdk-1.4.295.tar.xz anselsdk-1.4.295.zip | |
Pulling latest Ansel SDK 1.4 into masterv1.4.295
Diffstat (limited to 'include/ansel/UserControls.h')
| -rw-r--r-- | include/ansel/UserControls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ansel/UserControls.h b/include/ansel/UserControls.h index 6a78695..1abe8bd 100644 --- a/include/ansel/UserControls.h +++ b/include/ansel/UserControls.h @@ -94,4 +94,6 @@ namespace ansel ANSEL_SDK_API UserControlStatus removeUserControl(uint32_t userControlId); // This function returns the current control value ANSEL_SDK_API UserControlStatus getUserControlValue(uint32_t userControlId, void* value); + // This function sets the current control value + ANSEL_SDK_API UserControlStatus setUserControlValue(uint32_t userControlId, const void* value); } |