![]() |
#include "UpdateClient.hpp"
类 | |
| struct | Event |
Public 类型 | |
| enum class | StatE : uint8_t { Idle = 0 , Start , Done , Error } |
| using | EventCallBack = std::function< void(Event &e)> |
Public 成员函数 | |
| ErrCodeE | Create (EuvLoop *loop, char *buffer, int size, EventCallBack cb) |
| void | Destroy () |
| using Emx::UpdateEvent::EventCallBack = std::function<void(Event &e)> |
|
strong |
| ErrCodeE Emx::UpdateEvent::Create | ( | EuvLoop * | loop, |
| char * | buffer, | ||
| int | size, | ||
| EventCallBack | cb | ||
| ) |
| void Emx::UpdateEvent::Destroy | ( | ) |