Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
log_multidomain_link_transport_api Struct Reference

Structure with link transport API. More...

#include <log_multidomain_helper.h>

Data Fields

int(* init )(struct log_multidomain_link *link)
 Initialize the transport.
int(* send )(struct log_multidomain_link *link, void *data, size_t len)
 Send a buffer to the remote backend.

Detailed Description

Structure with link transport API.

Field Documentation

◆ init

int(* log_multidomain_link_transport_api::init) (struct log_multidomain_link *link)

Initialize the transport.

◆ send

int(* log_multidomain_link_transport_api::send) (struct log_multidomain_link *link, void *data, size_t len)

Send a buffer to the remote backend.


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