client-c  0.8.1
kaa_endpoint_status_listener_t Struct Reference

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

#include <ext_user_callback.h>

Public Attributes

void * context
 
on_endpoint_attached_fn on_attached
 
on_endpoint_detached_fn on_detached
 
on_endpoint_failed_fn on_attach_failed
 
on_endpoint_failed_fn on_detach_failed
 

Detailed Description

Interface for the endpoint attachment status receiver.

Definition at line 138 of file ext_user_callback.h.

Member Data Documentation

void* kaa_endpoint_status_listener_t::context

Context to pass to all functions below.

Definition at line 139 of file ext_user_callback.h.

on_endpoint_failed_fn kaa_endpoint_status_listener_t::on_attach_failed

Called the attach attempt is failed.

Definition at line 142 of file ext_user_callback.h.

on_endpoint_attached_fn kaa_endpoint_status_listener_t::on_attached

Called when the current endpoint attach another endpoint to the user.

Definition at line 140 of file ext_user_callback.h.

on_endpoint_failed_fn kaa_endpoint_status_listener_t::on_detach_failed

Called the detach attempt is failed.

Definition at line 143 of file ext_user_callback.h.

on_endpoint_detached_fn kaa_endpoint_status_listener_t::on_detached

Called when the current endpoint detach another endpoint from the user.

Definition at line 141 of file ext_user_callback.h.


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