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:
parent
fe01886c5c
commit
8b33119640
1 changed files with 11 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue