Emx::RebootMonitor类 参考

#include "Reboot.hpp"

Public 类型

using OnReboot = std::function< void()>
 

Public 成员函数

 RebootMonitor ()
 
virtual ~RebootMonitor ()
 
void Create (EuvLoop &loop, char *buffer, int bufferSize, OnReboot cb)
 
void Destroy ()
 

成员类型定义说明

◆ OnReboot

using Emx::RebootMonitor::OnReboot = std::function<void()>

构造及析构函数说明

◆ RebootMonitor()

Emx::RebootMonitor::RebootMonitor ( )
inline

◆ ~RebootMonitor()

virtual Emx::RebootMonitor::~RebootMonitor ( )
inlinevirtual

成员函数说明

◆ Create()

void Emx::RebootMonitor::Create ( EuvLoop loop,
char *  buffer,
int  bufferSize,
OnReboot  cb 
)

◆ Destroy()

void Emx::RebootMonitor::Destroy ( )