Kaa client C SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
kaa_endpoint_status_listener_t Struct Reference

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

#include <ext_user_callback.h>

Data Fields

void * context
 Context to pass to all functions below. More...
 
on_endpoint_attached_fn on_attached
 Called when the current endpoint attach another endpoint to the user. More...
 
on_endpoint_detached_fn on_detached
 Called when the current endpoint detach another endpoint from the user. More...
 
on_endpoint_failed_fn on_attach_failed
 Called the attach attempt is failed. More...
 
on_endpoint_failed_fn on_detach_failed
 Called the detach attempt is failed. More...
 

Detailed Description

Interface for the endpoint attachment status receiver.

Field Documentation

void* kaa_endpoint_status_listener_t::context

Context to pass to all functions below.

on_endpoint_failed_fn kaa_endpoint_status_listener_t::on_attach_failed

Called the attach attempt is failed.

on_endpoint_attached_fn kaa_endpoint_status_listener_t::on_attached

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

on_endpoint_failed_fn kaa_endpoint_status_listener_t::on_detach_failed

Called the detach attempt is failed.

on_endpoint_detached_fn kaa_endpoint_status_listener_t::on_detached

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


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