OpenOCD
telnet_connection Struct Reference

Data Fields

bool closed
 
size_t current_history
 
char * history [TELNET_LINE_HISTORY_SIZE]
 
char last_escape
 
char line [TELNET_LINE_MAX_SIZE]
 
size_t line_cursor
 
size_t line_size
 
size_t next_history
 
char * prompt
 
bool prompt_visible
 
enum telnet_states state
 

Detailed Description

Definition at line 36 of file telnet_server.h.

Field Documentation

◆ closed

bool telnet_connection::closed

Definition at line 47 of file telnet_server.h.

Referenced by jsp_new_connection(), and telnet_write().

◆ current_history

size_t telnet_connection::current_history

◆ history

◆ last_escape

char telnet_connection::last_escape

Definition at line 43 of file telnet_server.h.

Referenced by telnet_input().

◆ line

◆ line_cursor

◆ line_size

◆ next_history

size_t telnet_connection::next_history

◆ prompt

char* telnet_connection::prompt

◆ prompt_visible

bool telnet_connection::prompt_visible

Definition at line 38 of file telnet_server.h.

Referenced by telnet_exec_line(), telnet_log_callback(), and telnet_new_connection().

◆ state

enum telnet_states telnet_connection::state

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