feat: Add MPPS Settting interface call function to Reconclient

This commit is contained in:
chenhuijun
2024-05-28 13:27:55 +08:00
parent 885e971ada
commit 56f82a903d
3 changed files with 46 additions and 0 deletions

View File

@@ -26,4 +26,13 @@ struct PACSSetting
int Port = 0;
};
struct MPPSSetting
{
int On = 0;
std::string ServerAETitle;
std::string IP;
int Port = 0;
};
#endif // __SCAN_H__