feat: Add MPPS Settting interface call function to Reconclient
This commit is contained in:
@@ -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__
|
||||
Reference in New Issue
Block a user