Definition at line 98 of file REST_server.cpp.
◆ RESTServerEvent()
RESTServerEvent::RESTServerEvent |
( |
wxEventType |
commandType = wxEVT_RESTFUL_SERVER , |
|
|
int |
id = 0 |
|
) |
| |
|
inline |
◆ ~RESTServerEvent()
RESTServerEvent::~RESTServerEvent |
( |
| ) |
|
|
inline |
◆ Clone()
wxEvent * RESTServerEvent::Clone |
( |
| ) |
const |
|
inline |
◆ GetPayload()
std::shared_ptr< std::string > RESTServerEvent::GetPayload |
( |
| ) |
|
|
inline |
◆ SetAPIKey()
void RESTServerEvent::SetAPIKey |
( |
std::string |
key | ) |
|
|
inline |
◆ SetPayload()
void RESTServerEvent::SetPayload |
( |
std::shared_ptr< std::string > |
data | ) |
|
|
inline |
◆ SetSource()
void RESTServerEvent::SetSource |
( |
std::string |
source | ) |
|
|
inline |
◆ m_api_key
std::string RESTServerEvent::m_api_key |
◆ m_payload
std::shared_ptr<std::string> RESTServerEvent::m_payload |
◆ m_source_peer
std::string RESTServerEvent::m_source_peer |
The documentation for this class was generated from the following file: