Class AssetDataResult

Inheritance Relationships

Base Type

Class Documentation

class AssetDataResult : public csp::systems::ResultBase

Data class used to contain information when attempting to download asset data.

Public Functions

AssetDataResult(const AssetDataResult &Other)
~AssetDataResult()
const void *GetData() const

Retrieves the data from the result.

size_t GetDataLength() const

Gets the length of data returned.

Protected Functions

AssetDataResult() = delete
AssetDataResult(void*)