#include <snapshot_manager.h>

Reads response status and snapshot data returned from a snapshot read operation.

Summary

Public attributes

data

std::vector< uint8_t >

A vector containing the data in the snapshot.

status

Can be one of the values enumerated in ResponseStatus.

Public attributes

data

std::vector< uint8_t > gpg::SnapshotManager::ReadResponse::data

A vector containing the data in the snapshot.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2024-10-28 UTC.