FreeRTOS Emulator with SDL2 Based Graphics and Input Library  1.0
A POSIX wrapper to run FreeRTOS on an x86 machine with some basic input and output libraries aimed at making teaching FreeRTOS simpler.
aIO_tcp_client Struct Reference

Public Attributes

int client_fd
 
size_t buffer_size
 
void(* callback )(size_t, char *, void *)
 
void * args
 

Member Data Documentation

◆ args

void* aIO_tcp_client::args

◆ buffer_size

size_t aIO_tcp_client::buffer_size

◆ callback

void(* aIO_tcp_client::callback) (size_t, char *, void *)

◆ client_fd

int aIO_tcp_client::client_fd

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