Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
kStatus GoSystem_EnableData ( GoSystem  system,
kBool  enable 
)

Establishes data connections to all connected sensors currently in the ready or running states.

Data connections are not automatically established when sensor control connection are established. Use this function (or GoSensor_EnableData) to enable/disable data connections. After using GoSystem_EnableData function, SDK application is responsible for disposing of the GoDataSet objects that hold the data received from the sensor on the data connection.

Version
Introduced in firmware 4.0.10.27
Parameters
systemGoSystem object.
enablekTRUE to enable data connections; kFALSE to disable.
Returns
Operation status.
See also
GoSystem_ReceiveData, GoSensor_EnableData