Logo
中文版
详情联系: neusar-support@reachauto.com
ara::diag::DownloadService::OperationOutput结构体 参考

Response data of positive respone message. 更多...

#include <download.h>

ara::diag::DownloadService::OperationOutput 的协作图:
Collaboration graph

Public 属性

ara::core::Vector< std::uint8_t > responseData
 Content of positive respone message (without SID) Depending on the operation (e.g.: DownloadData, RequestDownloadExit) the expectation, what responseData shall contain (where it starts in the positive response) might differ. See doc of corresponding operation. 更多...
 

详细描述

Response data of positive respone message.

Swsid
SWS_DM_00785
符合标准
yes
非标原因
N/A
种类
struct
符号
OperationOutput
范围
class ara::diag::DownloadService
分类
ara
头文件
ara/diag/download.h
注解
N/A

在文件 第 行定义.

类成员变量说明

◆ responseData

ara::core::Vector<std::uint8_t> ara::diag::DownloadService::OperationOutput::responseData

Content of positive respone message (without SID) Depending on the operation (e.g.: DownloadData, RequestDownloadExit) the expectation, what responseData shall contain (where it starts in the positive response) might differ. See doc of corresponding operation.

Swsid
SWS_DM_00786
符合标准
yes
非标原因
N/A
种类
variable
符号
responseData
范围
struct ara::diag::DataIdentifierReentrancyType
类型
ara::core::Vector< std::uint8_t >
分类
ara
头文件
ara/diag/download.h
注解
N/A

在文件 第 行定义.