BundleDTO

struct cppmicroservices::framework::dto::BundleDTO
#include <cppmicroservices/servicecomponent/runtime/dto/BundleDTO.hpp>

A representation of a bundle.

Public Members

unsigned long id

The bundle’s unique identifier.

See
Bundle::GetBundleId()

unsigned long lastModified

The time when the bundle was last modified.

See
Bundle::GetLastModified()

uint32_t state

The bundle’s state.

See
Bundle::GetState()

std::string symbolicName

The bundle’s symbolic name.

See
Bundle::GetSymbolicName()

std::string version

The bundle’s version.

See
Bundle::GetVersion()