Zigbee Protocol Controller 1.6.0
|
#include <attribute_resolver.h>
Public Attributes | |
void(* | send_init )(void) |
sl_status_t(* | send )(attribute_store_node_t node, const uint8_t *frame_data, uint16_t frame_data_len, bool is_set) |
sl_status_t(* | abort )(attribute_store_node_t node) |
clock_time_t | get_retry_timeout |
uint8_t | get_retry_count |
Struct to hold the configurations of attribute resolver, which contains function pointer that sends frames towards protocol radio, its init function, retry timeout for sending get commands, and number of its retries.
sl_status_t(* attribute_resolver_config_t::abort) (attribute_store_node_t node) |
uint8_t attribute_resolver_config_t::get_retry_count |
clock_time_t attribute_resolver_config_t::get_retry_timeout |
sl_status_t(* attribute_resolver_config_t::send) (attribute_store_node_t node, const uint8_t *frame_data, uint16_t frame_data_len, bool is_set) |
void(* attribute_resolver_config_t::send_init) (void) |