ENH: networking: sync the header files to fix the compile issue
JIRA: no-jira Change-Id: Ie1d454d4a9256e15a27b294af680a5ed49137f90
This commit is contained in:
parent
620b40c904
commit
07e4aa213a
|
@ -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 New Issue