|
Electroneum
|
#include <device.hpp>

Public Member Functions | |
| virtual void | on_button_request (uint64_t code=0) |
| virtual void | on_button_pressed () |
| virtual boost::optional< epee::wipeable_string > | on_pin_request () |
| virtual boost::optional< epee::wipeable_string > | on_passphrase_request (bool on_device) |
| virtual void | on_progress (const device_progress &event) |
| virtual | ~i_device_callback ()=default |
Definition at line 77 of file device.hpp.
|
virtualdefault |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in tools::wallet_device_callback.
Definition at line 82 of file device.hpp.
|
inlinevirtual |
Reimplemented in tools::wallet_device_callback.
Definition at line 81 of file device.hpp.
|
inlinevirtual |