BundleDTO

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

A representation of a bundle.

Public Members

unsigned long id

The bundle’s unique identifier.

unsigned long lastModified

The time when the bundle was last modified.

uint32_t state

The bundle’s state.

std::string symbolicName

The bundle’s symbolic name.

std::string version

The bundle’s version.