Zigbee Protocol Controller 1.6.0
|
#include "sl_status.h"
Go to the source code of this file.
Enumerations | |
enum | zigpc_net_mgmt_process_event { ZIGPC_NET_MGMT_EVENT_MIN_VAL = 0 , ZIGPC_NET_MGMT_EVENT_FSM , ZIGPC_NET_MGMT_EVENT_MAX_VAL } |
ZigPC Network Management Process events. More... | |
Functions | |
sl_status_t | zigpc_net_mgmt_process_send_event (const enum zigpc_net_mgmt_process_event event, const void *data, size_t data_size) |
Helper to send events to Contiki process in ZigPC Net Mgmt by dynamically allocating the event data based on the data_size passed in. More... | |