![]() |
BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
#include <GWMessageContext.h>
Public Types | |
|
typedef Poco::SharedPtr < GWResponseContext > | Ptr |
Public Types inherited from BeeeOn::GWMessageContext | |
|
typedef Poco::SharedPtr < GWMessageContext > | Ptr |
Public Member Functions | |
| GWResponseContext (GWResponse::Ptr response) | |
Public Member Functions inherited from BeeeOn::GWMessageContext | |
| GWMessageContext (GWMessagePriority priority) | |
| GWMessage::Ptr | message () |
| void | setMessage (GWMessage::Ptr msg) |
| int | priority () const |
| GlobalID | id () const |
Additional Inherited Members | |
Protected Attributes inherited from BeeeOn::GWMessageContext | |
| int | m_priority |
| GWMessage::Ptr | m_message |
GWResponseContext is used to store GWResponse message with GWResponse priority.
1.8.5