OpenOCD
telnet_connection
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
telnet_connection
telnet_connection struct
Syntax
Show:
Summary
Declaration
from
telnet_server.h:36
struct
telnet_connection
{
char
*
prompt
;
bool
prompt_visible
;
enum
telnet_states
state
;
char
line
[
TELNET_LINE_MAX_SIZE
]
;
size_t
line_size
;
size_t
line_cursor
;
char
last_escape
;
char
*
history
[
TELNET_LINE_HISTORY_SIZE
]
;
size_t
next_history
;
size_t
current_history
;
bool
closed
;
}
;
Fields
Field
Declared as
telnet_connection::prompt
char
*
telnet_connection::prompt_visible
bool
telnet_connection::state
enum
telnet_states
telnet_connection::line
char
[
TELNET_LINE_MAX_SIZE
]
telnet_connection::line_size
size_t
telnet_connection::line_cursor
size_t
telnet_connection::last_escape
char
telnet_connection::history
char
*
[
TELNET_LINE_HISTORY_SIZE
]
telnet_connection::next_history
size_t
telnet_connection::current_history
size_t
telnet_connection::closed
bool
Related Functions
Found 3 other functions taking a
telnet_connection
argument:
Function
telnet_save_history()
telnet_clear_line()
telnet_load_history()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out