#include <modem_service.h>
◆ MatchMode
Enumerator |
---|
FULL_MATCH | |
PARTIAL_MATCH | |
◆ CommandHandler() [1/2]
cuttlefish::CommandHandler::CommandHandler |
( |
const std::string & |
command, |
|
|
f_func |
handler |
|
) |
| |
◆ CommandHandler() [2/2]
cuttlefish::CommandHandler::CommandHandler |
( |
const std::string & |
command, |
|
|
p_func |
handler |
|
) |
| |
◆ ~CommandHandler()
cuttlefish::CommandHandler::~CommandHandler |
( |
| ) |
|
|
default |
◆ Compare()
int cuttlefish::CommandHandler::Compare |
( |
const std::string & |
command | ) |
const |
◆ HandleCommand()
void cuttlefish::CommandHandler::HandleCommand |
( |
const Client & |
client, |
|
|
std::string & |
command |
|
) |
| const |
◆ command_prefix
std::string cuttlefish::CommandHandler::command_prefix |
|
private |
◆ f_command_handler
std::optional<f_func> cuttlefish::CommandHandler::f_command_handler |
|
private |
◆ match_mode
MatchMode cuttlefish::CommandHandler::match_mode |
|
private |
◆ p_command_handler
std::optional<p_func> cuttlefish::CommandHandler::p_command_handler |
|
private |
The documentation for this class was generated from the following files: