Gocator API
|
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.
system | GoSystem object. |
enable | kTRUE to enable data connections; kFALSE to disable. |