KNX IoT
KNX IoT Point API stack implementation
oc_network_events_mutex.h File Reference

platform abstraction of networking events (mutexes) More...

Go to the source code of this file.

Functions

void oc_network_event_handler_mutex_destroy (void)
 destroy the network event handler mutex More...
 
void oc_network_event_handler_mutex_init (void)
 initialize the network event handler mutex More...
 
void oc_network_event_handler_mutex_lock (void)
 lock the network event hander More...
 
void oc_network_event_handler_mutex_unlock (void)
 unlock the network event handler More...
 

Detailed Description

platform abstraction of networking events (mutexes)

Definition in file oc_network_events_mutex.h.

Function Documentation

◆ oc_network_event_handler_mutex_destroy()

void oc_network_event_handler_mutex_destroy ( void  )

destroy the network event handler mutex

◆ oc_network_event_handler_mutex_init()

void oc_network_event_handler_mutex_init ( void  )

initialize the network event handler mutex

◆ oc_network_event_handler_mutex_lock()

void oc_network_event_handler_mutex_lock ( void  )

lock the network event hander

◆ oc_network_event_handler_mutex_unlock()

void oc_network_event_handler_mutex_unlock ( void  )

unlock the network event handler