Functions for getting event notifications from the device. More...
Functions | |
TangoErrorType | TangoService_connectOnTangoEvent (void(*TangoService_onTangoEvent)(void *context, const TangoEvent *event),...) |
Functions for getting event notifications from the device.
TangoErrorType TangoService_connectOnTangoEvent | ( | void(*)(void *context, const TangoEvent *event) | TangoService_onTangoEvent, |
... | |||
) |
Attach an onTangoEvent callback. The callback is called each time a Tango event happens. An optional argument following the callback pointer can be supplied and will be returned in the callback context parameter if TangoService_connect() was called with a null context.
TangoService_onTangoEvent | Function pointer for the callback function. |