加入收藏
举报
02-14 20:02
#0
文件名称:
Want.md
所在目录:
Openharmony v1.0 / docs / api / api-SmartVision-Devices
文件大小:
3.56 KB
下载地址:
fenwii/OpenHarmony
   
免责声明:本网站仅提供指向 GitHub 上的文件的链接,所有文件的版权归原作者所有,本网站不对文件内容的合法性、准确性或安全性承担任何责任。
文本预览:
# Want
## **Overview**
**Related Modules:**
[AbilityKit](AbilityKit.md)
**Description:**
Defines the abstract description of an operation, including information about the ability and the extra data to carry.
## **Summary**
## Data Fields


















Variable Name


Description


element


ElementName


sid


SvcIdentity * 


data


void * 


dataLength


uint16_t 



## **Details**
## **Field Documentation**
## data
```
void* Want::data
```
**Description:**
Pointer to the carried data
## dataLength
```
uint16_t Want::dataLength
```
**Description:**
Data length
## element
```
[ElementName](ElementName.md)* Want::element
```
**Description:**
Pointer to the ability information, including the device ID, bundle name, and class name.
## sid
```
SvcIdentity* Want::sid
```
**Description:**
Pointer to the ID of the server that listens for ability startup. After the ability is started, the callback function corresponding to the server will be invoked.
点赞 回复
回帖
支持markdown部分语法 ?