he_plugin_return_code_t(* plugin_do_ingress)(uint8_t *packet, size_t *length, size_t capacity, void *data)
The prototype for the ingress function of a helium plugin.
Definition: he_plugin.h:55
he_plugin_return_code_t(* plugin_do_egress)(uint8_t *packet, size_t *length, size_t capacity, void *data)
The prototype for the egress function of a helium plugin.
Definition: he_plugin.h:70