Functions
Tango Service: Event Notification Interface

Functions for getting event notifications from the device. More...

Functions

TangoErrorType TangoService_connectOnTangoEvent (void(*TangoService_onTangoEvent)(void *context, const TangoEvent *event),...)
 

Detailed Description

Functions for getting event notifications from the device.

Function Documentation

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.

Parameters
TangoService_onTangoEventFunction pointer for the callback function.


tango_client_api
Author(s):
autogenerated on Mon Jun 10 2019 15:37:44