Zigbee Protocol Controller 1.6.0
|
#include <stdlib.h>
#include <string.h>
#include <process.h>
#include <sl_log.h>
#include <sl_status.h>
#include <zigpc_discovery.h>
#include "zigpc_net_mgmt_internal.h"
#include "zigpc_net_mgmt_gateway.h"
#include "zigpc_net_mgmt_process.h"
#include "zigpc_net_mgmt_process_send.h"
#include "zigpc_common_observable.h"
#include "zigpc_gateway_notify.h"
Functions | |
void | zigpc_net_mgmt_callback_on_network_initialized (void *event_data) |
void | zigpc_net_mgmt_callback_on_node_add_start (void *event_data) |
void | zigpc_net_mgmt_callback_on_node_add_complete (void *event_data) |
void | zigpc_net_mgmt_on_discovery_status (zigbee_eui64_uint_t eui64_uint, zigpc_discovery_status_t discovery_status) |
void | zigpc_net_mgmt_callback_on_node_removed (void *event_data) |
sl_status_t | zigpc_net_mgmt_gateway_init_observer (void) |
Setup listeners to receive ZigPC Gateway events. More... | |
Variables | |
static const char | LOG_TAG [] = "zigpc_net_mgmt_gateway" |
void zigpc_net_mgmt_callback_on_network_initialized | ( | void * | event_data | ) |
void zigpc_net_mgmt_callback_on_node_add_complete | ( | void * | event_data | ) |
void zigpc_net_mgmt_callback_on_node_add_start | ( | void * | event_data | ) |
void zigpc_net_mgmt_callback_on_node_removed | ( | void * | event_data | ) |
sl_status_t zigpc_net_mgmt_gateway_init_observer | ( | void | ) |
Setup listeners to receive ZigPC Gateway events.
void zigpc_net_mgmt_on_discovery_status | ( | zigbee_eui64_uint_t | eui64_uint, |
zigpc_discovery_status_t | discovery_status | ||
) |
|
static |