#include "gen/kaa_notification_definitions.h"
Go to the source code of this file.
typedef void(* on_notification_callback)(void *context, uint64_t *topic_id, kaa_notification_t *notification) |
Pointer to the function that should be called when notification received.
- Parameters
-
[in] | context | pointer to any user's data. |
[in] | topic_id | pointer to notification's topic id. |
[in] | notification | pointer to received notification. |
typedef void(* on_topic_list_callback)(void *context, kaa_list_t *topics) |
Pointer to the function that should be called when notification received.
- Parameters
-
[in] | context | pointer to any user's data. |
[in] | topics | pointer to topic list. |
Enumerator |
---|
MANDATORY_SUBSCRIPTION |
|
OPTIONAL_SUBSCRIPTION |
|