Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
kStatus GoControl_BeginExposureAutoSet ( GoControl  control,
GoRole  role 
)

Sends an exposure auto set command to a sensor, but doesn't wait for the response.

Use the GoControl_EndExposureAutoSet function to wait for the sensor's reply.

Version
Introduced in firmware 4.0.10.27
Parameters
controlGoControl object.
roleDetermines which device to apply changes to. Use GO_ROLE_MAIN or GOROLE_BUDDYIDX(buddyidx). See GoRole for more details.
Returns
Operation status.
See also
GoControl_EndExposureAutoSet