Searched defs:RemoteProtocol (Results 1 – 1 of 1) sorted by relevance
22 struct RemoteProtocol { struct23 std::string commandName;24 std::string uniqueId;25 int32_t requestVersion;26 std::string srcDeviceId;27 std::string srcDeviceLevel;28 std::string dstDeviceId;29 std::string dstDeviceLevel;30 int32_t statusCode;31 std::string message;[all …]