PatchworkOS
Loading...
Searching...
No Matches
uevent_terminal_data_t Struct Reference

Terminal data event structure. struct uevent_terminal_data_t. More...

#include <terminal.h>

Data Fields

char buffer [TERMINAL_MAX_INPUT]
 
uint64_t length
 

Detailed Description

Terminal data event structure. struct uevent_terminal_data_t.

The data sent from the io thread to the main thread when there is data.

Definition at line 58 of file terminal.h.

Field Documentation

◆ buffer

char uevent_terminal_data_t::buffer[TERMINAL_MAX_INPUT]

Definition at line 60 of file terminal.h.

Referenced by terminal_loop(), and terminal_procedure().

◆ length

uint64_t uevent_terminal_data_t::length

Definition at line 61 of file terminal.h.

Referenced by terminal_loop(), and terminal_procedure().


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