KNX IoT
KNX IoT Point API stack implementation
oc_event_callback_s Struct Reference

event callback More...

#include <oc_ri.h>

Data Fields

oc_trigger_t callback
 callback to be invoked More...
 
void * data
 data for the callback More...
 
struct oc_event_callback_snext
 next callback More...
 
struct oc_etimer timer
 timer More...
 

Detailed Description

event callback

Definition at line 528 of file oc_ri.h.

Field Documentation

◆ callback

oc_trigger_t callback

callback to be invoked

Definition at line 532 of file oc_ri.h.

◆ data

void* data

data for the callback

Definition at line 533 of file oc_ri.h.

◆ next

struct oc_event_callback_s* next

next callback

Definition at line 530 of file oc_ri.h.

◆ timer

struct oc_etimer timer

timer

Definition at line 530 of file oc_ri.h.


The documentation for this struct was generated from the following file: