1 Star 0 Fork 5.1K

李浩然 / docs

forked from OpenHarmony / docs 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Response.md 2.23 KB
Copy Edit Raw Blame History
wenjun authored 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

Response

Overview

Related Modules:

Samgr

Description:

Defines a response.

This structure is used to send a response after the message processing function of a service or feature processes a request. If the data is not empty and the length is not 0, the system automatically releases the data.

Summary

Data Fields

Variable Name

Description

data

void * 

len

int16 

Details

Field Documentation

data

void* Response::data

Description:

Data content

len

int16 Response::len

Description:

Data length

1
https://gitee.com/ai_2017joshua_zhang/docs.git
git@gitee.com:ai_2017joshua_zhang/docs.git
ai_2017joshua_zhang
docs
docs
master

Search