orotool/src/oro/ping.hpp

11 lines
150 B
C++
Raw Normal View History

2020-06-20 01:27:47 +02:00
#pragma once
#include "datatypes.hpp"
#include <string>
namespace oro {
2020-06-22 19:40:37 +02:00
struct Ping : BaseJsonReply {
2020-06-20 01:27:47 +02:00
std::string message;
};
} //namespace oro