HCE project C++ developers source code library
1.1.1
HCE project developer library
|
Variables | |
const std::string | messageType = "type" |
const std::string | messageBody = "data" |
const std::string | messageTTL = "ttl" |
const unsigned int | defaultTTLValue = 1 |
const unsigned int HCE::jsonMessageCoverConst::defaultTTLValue = 1 |
Definition at line 28 of file JsonMessageCover.hpp.
const std::string HCE::jsonMessageCoverConst::messageBody = "data" |
Definition at line 26 of file JsonMessageCover.hpp.
const std::string HCE::jsonMessageCoverConst::messageTTL = "ttl" |
Definition at line 27 of file JsonMessageCover.hpp.
const std::string HCE::jsonMessageCoverConst::messageType = "type" |
Definition at line 25 of file JsonMessageCover.hpp.