![]() |
Diarkis C++Client Library API Document
|
Arguments of the callback events when connecting to the server. More...
#include <eventArgs.h>
Public Member Functions | |
| DiarkisConnectStatus | GetStatus () const |
| Get connection status with server. More... | |
| bool | GetReconnect () const |
| Get a flag indicating whether or not the connection has been reconnected. More... | |
| DiarkisConnectionEventArgs (DiarkisConnectStatus status, bool reconnect) | |
| DiarkisConnectionEventArgs (DiarkisConnectionEventArgs &)=delete | |
| DiarkisConnectionEventArgs (DiarkisConnectionEventArgs &&)=delete | |
Arguments of the callback events when connecting to the server.
| Diarkis::DiarkisConnectionEventArgs::DiarkisConnectionEventArgs | ( | DiarkisConnectStatus | status, |
| bool | reconnect | ||
| ) |
|
delete |
|
delete |
| DiarkisConnectStatus Diarkis::DiarkisConnectionEventArgs::GetStatus | ( | ) | const |
Get connection status with server.

| bool Diarkis::DiarkisConnectionEventArgs::GetReconnect | ( | ) | const |
Get a flag indicating whether or not the connection has been reconnected.
