Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
typedef kStatus(kCall* GoSensorDataSetFx)(kPointer context, GoSensor sensor, GoDataSet dataSet)

Defines the signature for a custom data message handler.

Version
Introduced in firmware 4.1.3.106
Parameters
contextA pointer to an application context to use with the provided data set.
sensorGoSensor object.
dataSetThe data set.
Returns
Operation status.
See also
GoSensor_SetDataHandler