Z-Wave Protocol Controller Reference
zpc_attribute_resolver.h File Reference
#include "attribute_store.h"
#include "attribute_resolver_rule.h"
Include dependency graph for zpc_attribute_resolver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* zpc_resolver_event_notification_function_t) (attribute_store_node_t node, resolver_rule_type_t rule_type, zpc_resolver_event_t event)
 

Enumerations

enum  zpc_resolver_event_t {
  FRAME_SENT_EVENT_OK_NO_SUPERVISION , FRAME_SENT_EVENT_OK_SUPERVISION_SUCCESS , FRAME_SENT_EVENT_OK_SUPERVISION_NO_SUPPORT , FRAME_SENT_EVENT_OK_SUPERVISION_WORKING ,
  FRAME_SENT_EVENT_OK_SUPERVISION_FAIL , FRAME_SENT_EVENT_FAIL
}
 

Functions

sl_status_t register_send_event_handler (attribute_store_type_t type, zpc_resolver_event_notification_function_t function)
 Registers a custom function for sent events. The ZPC Resolver will call this function and will not execute the default sent data complete handling for a given type when a handler is registered. More...
 
sl_status_t unregister_send_event_handler (attribute_store_type_t type, zpc_resolver_event_notification_function_t function)
 unregisters a custom function for sent events. More...