Interface to the listener notifies of the result of whether the current endpoint has successfully attached itself to the user.
More...
#include <IUserAttachCallback.hpp>
|
virtual void | onAttachSuccess ()=0 |
| Callback is used when the current endpoint has successfully attached itself to the user. More...
|
|
virtual void | onAttachFailed (UserAttachErrorCode errorCode, const std::string &reason)=0 |
| Callback is used when the current endpoint has failed to attach itself to the user. More...
|
|
virtual | ~IUserAttachCallback () |
|
Interface to the listener notifies of the result of whether the current endpoint has successfully attached itself to the user.
Definition at line 31 of file IUserAttachCallback.hpp.
virtual kaa::IUserAttachCallback::~IUserAttachCallback |
( |
| ) |
|
|
inlinevirtual |
virtual void kaa::IUserAttachCallback::onAttachFailed |
( |
UserAttachErrorCode |
errorCode, |
|
|
const std::string & |
reason |
|
) |
| |
|
pure virtual |
Callback is used when the current endpoint has failed to attach itself to the user.
- Parameters
-
errorCode[in] | The error code. |
reason[in] | The human readable description. |
- See Also
- UserAttachErrorCode
virtual void kaa::IUserAttachCallback::onAttachSuccess |
( |
| ) |
|
|
pure virtual |
Callback is used when the current endpoint has successfully attached itself to the user.
The documentation for this class was generated from the following file: