![]() |
Diarkis C++Client Library API Document
|
Argument of the callback event called when the value of the Room property is increased or decreased. More...
#include <eventArgs.h>
Public Member Functions | |
bool | IsSuccess () const |
Get whether the command was successful or not. More... | |
int64_t | GetDelta () const |
Increase/decrease value of property. More... | |
const Diarkis::StdString & | GetPropertyName () const |
Get the property name. More... | |
uint16_t | GetErrorCode () const |
Get error code. More... | |
const Diarkis::StdString & | GetErrorMessage () const |
Gets the contents of the error. More... | |
DiarkisRoomIncrementPropertyEventArgs (bool isSuccess_, const int64_t delta_, const Diarkis::StdString &name, uint16_t errorCode, const Diarkis::StdString &errorString) | |
DiarkisRoomIncrementPropertyEventArgs (DiarkisRoomIncrementPropertyEventArgs &)=delete | |
DiarkisRoomIncrementPropertyEventArgs (DiarkisRoomIncrementPropertyEventArgs &&)=delete | |
Argument of the callback event called when the value of the Room property is increased or decreased.
Diarkis::DiarkisRoomIncrementPropertyEventArgs::DiarkisRoomIncrementPropertyEventArgs | ( | bool | isSuccess_, |
const int64_t | delta_, | ||
const Diarkis::StdString & | name, | ||
uint16_t | errorCode, | ||
const Diarkis::StdString & | errorString | ||
) |
|
delete |
|
delete |
bool Diarkis::DiarkisRoomIncrementPropertyEventArgs::IsSuccess | ( | ) | const |
Get whether the command was successful or not.
true=success false=failure
int64_t Diarkis::DiarkisRoomIncrementPropertyEventArgs::GetDelta | ( | ) | const |
Increase/decrease value of property.
const Diarkis::StdString& Diarkis::DiarkisRoomIncrementPropertyEventArgs::GetPropertyName | ( | ) | const |
Get the property name.
uint16_t Diarkis::DiarkisRoomIncrementPropertyEventArgs::GetErrorCode | ( | ) | const |
const Diarkis::StdString& Diarkis::DiarkisRoomIncrementPropertyEventArgs::GetErrorMessage | ( | ) | const |
Gets the contents of the error.