Electroneum
tube_res_list Struct Reference

#include <tube.h>

Collaboration diagram for tube_res_list:

Public Attributes

struct tube_res_listnext
 
uint8_tbuf
 
uint32_t len
 

Detailed Description

List of results (arbitrary command serializations) to write back

Definition at line 115 of file tube.h.

Member Data Documentation

◆ buf

uint8_t* tube_res_list::buf

serialized buffer to write

Definition at line 119 of file tube.h.

◆ len

uint32_t tube_res_list::len

length to write

Definition at line 121 of file tube.h.

◆ next

struct tube_res_list* tube_res_list::next

next in list

Definition at line 117 of file tube.h.


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