Gocator API

◆ GoSystem_EnableData()

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.

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