API - SmartSlog
|
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. |
Defines hadlers that are used with the subscription.
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.