|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
Dispatched when an active UDP connection is lost. More...
#include <SFSEvent.h>
Public Attributes | |
| std::string | disconnectionReason |
| The reason of the disconnection, among those in net::ClientDisconnectionReason. | |
| std::optional< std::string > | errorMessage |
| Extra information about what went wrong. | |
Dispatched when an active UDP connection is lost.
| std::optional<std::string> sfs3::event::UdpConnectionLost::errorMessage |
Extra information about what went wrong.
Empty if no specific error occurred.