#include <fastboot.h>
Public Member Functions | |
FBDelPartition (char *p) | |
![]() | |
FBCmd (char *p, std::string &&fb_cmd, char separator=':') | |
int | parser (char *p=nullptr) override |
int | run (CmdCtx *ctx) override |
![]() | |
CmdBase ()=default | |
CmdBase (char *p) | |
virtual | ~CmdBase () |
virtual int | dump () |
const std::string & | get_cmd () const noexcept |
bool | get_lastcmd () const noexcept |
void | insert_param_info (const char *key, void *pD, Param::Type tp, bool ignore_case=true, const char *err=nullptr) |
virtual int | parser_protocol (char *p, size_t &pos) |
Additional Inherited Members | |
![]() | |
std::string | m_uboot_cmd |
![]() | |
bool | m_bCheckTotalParam = false |
std::string | m_cmd |
bool | m_lastcmd = false |
bool | m_NoKeyParam = false |
int | m_timeout = 10000 |
|
inline |