Zigbee Protocol Controller 1.6.0
|
#include <stdlib.h>
#include <string.h>
#include <sl_log.h>
#include <sl_status.h>
#include <zigpc_gateway_notify.h>
#include "attribute_management_int.h"
Functions | |
void | zigpc_attrmgmt_callback_on_attribute_frame (const zigpc_gateway_on_attribute_reported_t *received_data, bool is_read_reponse) |
void | zigpc_attrmgmt_callback_on_configure_response_frame (const zigpc_gateway_on_attribute_reported_t *received_data) |
void | zigpc_attrmgmt_callback_on_attr_report (void *data) |
void | zigpc_attrmgmt_callback_on_attr_read_response (void *data) |
void | zigpc_attrmgmt_callback_on_configure_response (void *data) |
sl_status_t | attr_mgmt_gateway_init_observer (void) |
attr_mgmt_gateway_init_observer - the function that initiates all observers from the zigpc_gateway. Required to process a ReadAttribute Reponse, an Attribute Report or other data received asynchronously from the Zigbee network. More... | |
sl_status_t attr_mgmt_gateway_init_observer | ( | void | ) |
attr_mgmt_gateway_init_observer - the function that initiates all observers from the zigpc_gateway. Required to process a ReadAttribute Reponse, an Attribute Report or other data received asynchronously from the Zigbee network.
void zigpc_attrmgmt_callback_on_attr_read_response | ( | void * | data | ) |
void zigpc_attrmgmt_callback_on_attr_report | ( | void * | data | ) |
void zigpc_attrmgmt_callback_on_attribute_frame | ( | const zigpc_gateway_on_attribute_reported_t * | received_data, |
bool | is_read_reponse | ||
) |
void zigpc_attrmgmt_callback_on_configure_response | ( | void * | data | ) |
void zigpc_attrmgmt_callback_on_configure_response_frame | ( | const zigpc_gateway_on_attribute_reported_t * | received_data | ) |