Loading...
Searching...
No Matches

Data structure to be sent for netapi notification events. More...

Detailed Description

Data structure to be sent for netapi notification events.

Definition at line 58 of file notify.h.

#include <notify.h>

Data Fields

netapi_notify_t event
 the type of event
 
void * _data
 associated event data.
 
uint16_t _data_len
 size of the event data
 
sema_inv_t ack
 inverse semaphore for collecting ack's
 

Field Documentation

◆ _data

void* gnrc_netapi_notify_t::_data

associated event data.

Definition at line 60 of file notify.h.

◆ _data_len

uint16_t gnrc_netapi_notify_t::_data_len

size of the event data

Definition at line 61 of file notify.h.

◆ ack

sema_inv_t gnrc_netapi_notify_t::ack

inverse semaphore for collecting ack's

Definition at line 62 of file notify.h.

◆ event

netapi_notify_t gnrc_netapi_notify_t::event

the type of event

Definition at line 59 of file notify.h.


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