![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
Convenience type that bundles all parameters passed to method cbe::delegate::DownloadBinaryDelegate::onDownloadBinarySuccess. More...
#include <DownloadBinarySuccess.h>
Public Member Functions | |
DownloadBinarySuccess (cbe::DefaultCtor) | |
DownloadBinarySuccess (cbe::Object &&object, std::unique_ptr< char[]> data) | |
operator bool () const | |
Checks if current instance is valid. More... | |
Public Attributes | |
cbe::Object | object {cbe::DefaultCtor{}} |
std::unique_ptr< char[]> | data {} |
Convenience type that bundles all parameters passed to method cbe::delegate::DownloadBinaryDelegate::onDownloadBinarySuccess.
|
explicit |
Checks if current instance is valid.
true:
is valid