|
Z-Wave Protocol Controller Reference
|
#include "attribute_store.h"#include "attribute_resolver_rule.h"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) |
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... | |