Data for the Mode::PASSWORD shell mode.
More...
Data for the Mode::PASSWORD shell mode.
- Since
- 0.1.0
Definition at line 1405 of file console.h.
◆ PasswordData()
uuid::console::Shell::PasswordData::PasswordData |
( |
const __FlashStringHelper * |
password_prompt, |
|
|
password_function && |
password_function |
|
) |
| |
Create Mode::PASSWORD shell mode data.
- Parameters
-
[in] | password_prompt | Message to display prompting for password input. |
[in] | password_function | Function to be executed after the password has been entered prior to resuming normal execution. |
- Since
- 0.1.0
Definition at line 222 of file shell.cpp.
◆ password_function_
Function to execute after password entry.
- Since
- 0.1.0
Definition at line 1422 of file console.h.
◆ password_prompt_
const __FlashStringHelper* uuid::console::Shell::PasswordData::password_prompt_ |
Prompt requesting password input.
- Since
- 0.1.0
Definition at line 1421 of file console.h.
The documentation for this class was generated from the following files: