Searched defs:ResData (Results 1 – 2 of 2) sorted by relevance
24 struct ResData { struct28 ResData(uint32_t type, int64_t value, const nlohmann::json& payload) : resType(type), in ResData() argument31 …ResData(uint32_t type, int64_t value, const nlohmann::json& payload, nlohmann::json& reply) : resT… in ResData() function34 uint32_t resType = 0;35 int64_t value = 0;36 nlohmann::json payload;
24 struct ResData { struct28 ResData(uint32_t type, int64_t value, const nlohmann::json& payload) : resType(type), in ResData() function31 uint32_t resType = 0;32 int64_t value = 0;33 nlohmann::json payload;