با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
gpg:: SnapshotManager:: ReadResponse
#include <snapshot_manager.h>
وضعیت پاسخ و داده های عکس فوری را که از یک عملیات خواندن عکس فوری بازگردانده شده است می خواند.
خلاصه
صفات عمومی |
---|
data | std::vector< uint8_t > بردار حاوی داده های موجود در عکس فوری. |
status | |
صفات عمومی
داده ها
std::vector< uint8_t > gpg::SnapshotManager::ReadResponse::data
بردار حاوی داده های موجود در عکس فوری.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-10 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-11-10 بهوقت ساعت هماهنگ جهانی."],[[["`gpg::SnapshotManager::ReadResponse` is used to handle the results of a snapshot read operation."],["It contains a `data` field, a `std::vector\u003cuint8_t\u003e` holding the snapshot data."],["It also includes a `status` field indicating the success or failure of the read operation, which is a `ResponseStatus` enum value."],["If the read is unsuccessful, the `data` vector will be empty."]]],[]]