ENH: networking: sync the header files to fix the compile issue

JIRA: no-jira
Change-Id: Ie1d454d4a9256e15a27b294af680a5ed49137f90
(cherry picked from commit 07e4aa213ac4a1b5bda865774a4e3d9e7f866170)
This commit is contained in:
lane.wei 2024-09-20 09:26:01 +08:00 committed by Noisyfox
parent fe01886c5c
commit 8b33119640

View file

@ -172,6 +172,17 @@ enum ConnectStatus {
ConnectStatusLost = 2,
};
struct detectResult {
std::string result_msg;
std::string command;
std::string dev_id;
std::string model_id;
std::string dev_name;
std::string version;
std::string bind_state;
std::string connect_type;
};
/* print job*/
struct PrintParams {
/* basic info */