no-OS
Public Attributes | List of all members
iio_local_backend Struct Reference

Structure holding the local backend init parameters. More...

#include <iio.h>

Public Attributes

int(* local_backend_event_read )(void *conn, uint8_t *buf, uint32_t len)
 
int(* local_backend_event_write )(void *conn, uint8_t *buf, uint32_t len)
 
char * local_backend_buff
 
uint32_t local_backend_buff_len
 

Detailed Description

Structure holding the local backend init parameters.

Member Data Documentation

◆ local_backend_buff

char* iio_local_backend::local_backend_buff

◆ local_backend_buff_len

uint32_t iio_local_backend::local_backend_buff_len

◆ local_backend_event_read

int(* iio_local_backend::local_backend_event_read) (void *conn, uint8_t *buf, uint32_t len)

◆ local_backend_event_write

int(* iio_local_backend::local_backend_event_write) (void *conn, uint8_t *buf, uint32_t len)

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