feat: add recon message receive and popup function
This commit is contained in:
@@ -35,4 +35,11 @@ struct MPPSSetting
|
||||
};
|
||||
|
||||
|
||||
struct ServerSideMessage
|
||||
{
|
||||
int ErrorCode = 0;
|
||||
std::string MessageContent;
|
||||
std::string MessageUUID;
|
||||
};
|
||||
|
||||
#endif // __SCAN_H__
|
||||
Reference in New Issue
Block a user