Diarkis C++Client Library API Document
Diarkis::DiarkisConnectionEventArgs Struct Reference

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
 

Detailed Description

Arguments of the callback events when connecting to the server.

Constructor & Destructor Documentation

◆ DiarkisConnectionEventArgs() [1/3]

Diarkis::DiarkisConnectionEventArgs::DiarkisConnectionEventArgs ( DiarkisConnectStatus  status,
bool  reconnect 
)

◆ DiarkisConnectionEventArgs() [2/3]

Diarkis::DiarkisConnectionEventArgs::DiarkisConnectionEventArgs ( DiarkisConnectionEventArgs )
delete

◆ DiarkisConnectionEventArgs() [3/3]

Diarkis::DiarkisConnectionEventArgs::DiarkisConnectionEventArgs ( DiarkisConnectionEventArgs &&  )
delete

Member Function Documentation

◆ GetStatus()

DiarkisConnectStatus Diarkis::DiarkisConnectionEventArgs::GetStatus ( ) const

Get connection status with server.

Here is the caller graph for this function:

◆ GetReconnect()

bool Diarkis::DiarkisConnectionEventArgs::GetReconnect ( ) const

Get a flag indicating whether or not the connection has been reconnected.

Here is the caller graph for this function:

The documentation for this struct was generated from the following file: