Module riot_wrappers::gnrc::netreg

source ·
Expand description

Registrations inside GNRC

This module is split depending on the method of information passing: Methods that use the classical message based information passing are placed directly here for the time being. Callback based registration is available in the callback module, and is easier to use once accepting that the callbacks need to be available statically.

Modules§

  • callbackriot_module_gnrc_netapi_callbacks
    Callback based registration to a the netreg infrastructure

Structs§

  • A combination of a GNRC net type and a demux context, as used in GNRC registrations.

Functions§

  • register_for_messageswith_msg_v2 and riot_module_gnrc_pktbuf
    Set up a netreg for a particular kind of messages

Type Aliases§

  • PktsnipPort 🔒 with_msg_v2 and riot_module_gnrc_pktbuf