![]() |
Diarkis C++Client Library API Document
|
Arguments of the callback event called when MatchMaker response is received. More...
#include <eventArgs.h>
Public Member Functions | |
bool | IsSuccess () const |
Get whether the command was successful or not. More... | |
const StdVector< std::uint8_t > & | GetPayload () const |
Get the received payload. More... | |
uint16_t | GetErrorCode () const |
Get error code. More... | |
DiarkisMMResponseEventArgs (bool success_, uint16_t errorCode, const StdVector< std::uint8_t > &payload_) | |
DiarkisMMResponseEventArgs (DiarkisMMResponseEventArgs &)=delete | |
DiarkisMMResponseEventArgs (DiarkisMMResponseEventArgs &&)=delete | |
Arguments of the callback event called when MatchMaker response is received.
Diarkis::DiarkisMMResponseEventArgs::DiarkisMMResponseEventArgs | ( | bool | success_, |
uint16_t | errorCode, | ||
const StdVector< std::uint8_t > & | payload_ | ||
) |
|
delete |
|
delete |
bool Diarkis::DiarkisMMResponseEventArgs::IsSuccess | ( | ) | const |
Get whether the command was successful or not.
true=success false=failure
const StdVector<std::uint8_t>& Diarkis::DiarkisMMResponseEventArgs::GetPayload | ( | ) | const |
Get the received payload.
uint16_t Diarkis::DiarkisMMResponseEventArgs::GetErrorCode | ( | ) | const |