gpg:: SnapshotManager:: ReadResponse
#include <snapshot_manager.h>
스냅샷 읽기 작업에서 반환된 응답 상태 및 스냅샷 데이터를 읽습니다.
요약
공개 속성 |
|
---|---|
data
|
std::vector< uint8_t >
스냅샷의 데이터가 포함된 벡터입니다.
|
status
|
ResponseStatus에 열거된 값 중 하나일 수 있습니다.
|
공개 속성
데이터
std::vector< uint8_t > gpg::SnapshotManager::ReadResponse::data
스냅샷의 데이터가 포함된 벡터입니다.
status
ResponseStatus gpg::SnapshotManager::ReadResponse::status
ResponseStatus에 열거된 값 중 하나일 수 있습니다.
응답에 실패하면 ReadResponse
의 데이터 벡터가 비어 있습니다.