|
OpenVPN
|
Configuration setup for declaring what kind of information to ask a user for. More...
#include <console.h>
Data Fields | |
| char * | prompt |
| Prompt to present to the user. | |
| char * | response |
| The user's response. | |
| int | response_len |
| Length the of the user response. | |
| bool | echo |
| True: The user should see what is being typed, otherwise mask it. | |
Configuration setup for declaring what kind of information to ask a user for.
| bool _query_user::echo |
True: The user should see what is being typed, otherwise mask it.
Definition at line 38 of file console.h.
Referenced by query_user_add(), and query_user_SINGLE().
| char* _query_user::prompt |
Prompt to present to the user.
Definition at line 35 of file console.h.
Referenced by query_user_add(), and query_user_SINGLE().
| char* _query_user::response |
The user's response.
Definition at line 36 of file console.h.
Referenced by query_user_add(), and query_user_exec_builtin().
| int _query_user::response_len |
Length the of the user response.
Definition at line 37 of file console.h.
Referenced by query_user_add().