Struct ResourceDataResult

Nested Relationships

Nested Types

Struct Documentation

struct ResourceDataResult

Returns the current contents of a list of resources in response to a ResourceDataRequest.

Public Members

std::vector<ResourceData> resourceDataList

The returned data for the requested resources.

struct ResourceData

Public Members

ResourceID resource

The ID of the resource.

std::vector<uint8_t> dataEx

The binary data of the resource at the requested index.

ResultResourceMetadata metadataEx

The metadata for the resource, used to interpret the returned blob.