![]() |
Diarkis C++Client Library API Document
|
Arguments of the callback event called when the group is created. More...
#include <eventArgs.h>
Public Member Functions | |
| bool | IsSuccess () const |
| Get whether the command was successful or not. More... | |
| const Diarkis::StdString & | GetGroupID () const |
| Get the group ID. More... | |
| uint16_t | GetErrorCode () const |
| Get error code. More... | |
| const Diarkis::StdString & | GetErrorMessage () const |
| Gets the contents of the error. More... | |
| DiarkisGroupEventArgs (bool isSuccess, const Diarkis::StdString &groupID, uint16_t errorCode, const Diarkis::StdString &errorString) | |
| DiarkisGroupEventArgs (DiarkisGroupEventArgs &)=delete | |
| DiarkisGroupEventArgs (DiarkisGroupEventArgs &&)=delete | |
Arguments of the callback event called when the group is created.
| Diarkis::DiarkisGroupEventArgs::DiarkisGroupEventArgs | ( | bool | isSuccess, |
| const Diarkis::StdString & | groupID, | ||
| uint16_t | errorCode, | ||
| const Diarkis::StdString & | errorString | ||
| ) |
|
delete |
|
delete |
| bool Diarkis::DiarkisGroupEventArgs::IsSuccess | ( | ) | const |
Get whether the command was successful or not.
true=success false=failure

| const Diarkis::StdString& Diarkis::DiarkisGroupEventArgs::GetGroupID | ( | ) | const |
Get the group ID.

| uint16_t Diarkis::DiarkisGroupEventArgs::GetErrorCode | ( | ) | const |
| const Diarkis::StdString& Diarkis::DiarkisGroupEventArgs::GetErrorMessage | ( | ) | const |
Gets the contents of the error.
