client-c  0.7.0
kaa_attachment_status_listeners_t Struct Reference

Interface for the user attachment status receiver. More...

#include <ext_user_callback.h>

Public Attributes

void * context
 
on_attached_fn on_attached
 
on_detached_fn on_detached
 
on_attach_success_fn on_attach_success
 
on_attach_failed_fn on_attach_failed
 

Detailed Description

Interface for the user attachment status receiver.

Definition at line 94 of file ext_user_callback.h.

Member Data Documentation

void* kaa_attachment_status_listeners_t::context

Context to pass to all functions below.

Definition at line 95 of file ext_user_callback.h.

on_attach_failed_fn kaa_attachment_status_listeners_t::on_attach_failed

Called the attach attempt is failed.

Definition at line 99 of file ext_user_callback.h.

on_attach_success_fn kaa_attachment_status_listeners_t::on_attach_success

Called when the current endpoint was successfully attached to the user. See kaa_user_manager_attach_to_user.

Definition at line 98 of file ext_user_callback.h.

on_attached_fn kaa_attachment_status_listeners_t::on_attached

Called when the current endpoint was attached to the user by another endpoint.

Definition at line 96 of file ext_user_callback.h.

on_detached_fn kaa_attachment_status_listeners_t::on_detached

Called when the current endpoint was detached from the user by another endpoint.

Definition at line 97 of file ext_user_callback.h.


The documentation for this struct was generated from the following file: