#include <protocol_types.h>
|
template<typename... Args> |
static std::string | CreateString (Args &&... args) |
|
template<typename... Args> |
static bool | Send_ (SharedFD fd, const ConfUiCmd cmd, const std::string &session_id, Args &&... args) |
|
std::string | session_id_ |
|
◆ ConfUiCliResponseMessage()
cuttlefish::confui::ConfUiCliResponseMessage::ConfUiCliResponseMessage |
( |
const std::string & |
session_id, |
|
|
const UserResponse::type & |
response, |
|
|
const std::vector< std::uint8_t > & |
sign = {} , |
|
|
const std::vector< std::uint8_t > & |
msg = {} |
|
) |
| |
|
inline |
◆ ~ConfUiCliResponseMessage()
virtual cuttlefish::confui::ConfUiCliResponseMessage::~ConfUiCliResponseMessage |
( |
| ) |
|
|
virtualdefault |
◆ GetMessage()
auto cuttlefish::confui::ConfUiCliResponseMessage::GetMessage |
( |
| ) |
const |
|
inline |
◆ GetResponse()
auto cuttlefish::confui::ConfUiCliResponseMessage::GetResponse |
( |
| ) |
const |
|
inline |
◆ GetSign()
auto cuttlefish::confui::ConfUiCliResponseMessage::GetSign |
( |
| ) |
const |
|
inline |
◆ GetType()
ConfUiCmd cuttlefish::confui::ConfUiCliResponseMessage::GetType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ SendOver()
bool cuttlefish::confui::ConfUiCliResponseMessage::SendOver |
( |
SharedFD |
fd | ) |
|
|
overridevirtual |
◆ ToString()
std::string cuttlefish::confui::ConfUiCliResponseMessage::ToString |
( |
| ) |
const |
|
overridevirtual |
◆ message_
std::vector<std::uint8_t> cuttlefish::confui::ConfUiCliResponseMessage::message_ |
|
private |
◆ response_
◆ sign_
std::vector<std::uint8_t> cuttlefish::confui::ConfUiCliResponseMessage::sign_ |
|
private |
The documentation for this class was generated from the following files: