client-c  0.6.3
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_callback
 
on_detached_fn on_detached_callback
 
on_attach_status_changed_fn on_response_callback
 

Detailed Description

Interface for the user attachment status receiver.

Definition at line 69 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 70 of file ext_user_callback.h.

on_attached_fn kaa_attachment_status_listeners_t::on_attached_callback

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

Definition at line 71 of file ext_user_callback.h.

on_detached_fn kaa_attachment_status_listeners_t::on_detached_callback

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

Definition at line 72 of file ext_user_callback.h.

on_attach_status_changed_fn kaa_attachment_status_listeners_t::on_response_callback

Called on user attach/detach response from the server. See kaa_user_manager_attach_to_user.

Definition at line 73 of file ext_user_callback.h.


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