Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
cr_embed_vtable Struct Reference

#include <embedded.h>

Data Fields

cr_err(* init )(struct cr_io_ctx *ctx)
 
cr_ssize(* send )(const cr_byte *buf, cr_size size)
 
cr_ssize(* recv )(cr_byte *buf, cr_size size)
 
cr_err(* term )(struct cr_io_ctx *ctx)
 

Detailed Description

Definition at line 33 of file embedded.h.

Field Documentation

◆ init

cr_err(* cr_embed_vtable::init) (struct cr_io_ctx *ctx)

Definition at line 34 of file embedded.h.

◆ recv

cr_ssize(* cr_embed_vtable::recv) (cr_byte *buf, cr_size size)

Definition at line 36 of file embedded.h.

◆ send

cr_ssize(* cr_embed_vtable::send) (const cr_byte *buf, cr_size size)

Definition at line 35 of file embedded.h.

◆ term

cr_err(* cr_embed_vtable::term) (struct cr_io_ctx *ctx)

Definition at line 37 of file embedded.h.


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