Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches

◆ proto_init()

int proto_init ( const struct proto_transport * transport)

#include <samples/data_forwarder/src/protocol/protocol.h>

Initialize the data forwarder protocol layer.

Stores transport, starts the internal workqueue on first call, and resets session and sample state.

Parameters
transportTransport callbacks. Must not be NULL and must provide send.
Return values
0Success.
-EINVALtransport or transport->send is NULL.