![]() |
Edge AI Add-on API 2.2.0
|
| 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.
| transport | Transport callbacks. Must not be NULL and must provide send. |
| 0 | Success. |
| -EINVAL | transport or transport->send is NULL. |