API - SmartSlog
Typedefs

Handlers

Typedefs

typedef void(* changed_handler )(subscription_t *)
 Type of the hadler function that tracks subscribed data changes.
typedef void(* unsubscription_handler )(subscription_t *)
 Type of the hadler function that tracks unsubscription.

Detailed Description

Defines hadlers that are used with the subscription.


Typedef Documentation

typedef void(* changed_handler)(subscription_t *)

Type of the hadler function that tracks subscribed data changes.

Type of the hadler function that tracks unsubscription.