|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
Dispatched when a connection to a SmartFoxServer 3 instance is attempted. More...
#include <SFSEvent.h>
Public Attributes | |
| bool | success |
| True if a connection was established, false otherwise. | |
| std::optional< std::string > | errMessage |
| The description of the error, when the connection failed. | |
Dispatched when a connection to a SmartFoxServer 3 instance is attempted.
Sent in response to a call to SmartFox::connect.
| std::optional<std::string> sfs3::event::Connection::errMessage |
The description of the error, when the connection failed.
Empty on success.