ModuleInfo
Overview
Related Modules:
Description:
Defines the HAP information.
Summary
Data Fields
deviceType [DEVICE_TYPE_SIZE] |
|
metaData [METADATA_SIZE] |
Details
Field Documentation
description
char* ModuleInfo::description
Description:
Pointer to the description of the HAP package
deviceType
char* ModuleInfo::deviceType[DEVICE_TYPE_SIZE]
Description:
Pointer to the types of devices that can run the application. The maximum size of the device type array is DEVICE_TYPE_SIZE.
isDeliveryInstall
bool ModuleInfo::isDeliveryInstall
Description:
Whether the HAP package is installed while the user is installing the application
metaData
[MetaData]($api-api-SmartVision-Devices-MetaData.md)* ModuleInfo::metaData[METADATA_SIZE]
Description:
Pointer to the metadata array whose maximum size is METADATA_SIZE
moduleName
char* ModuleInfo::moduleName
Description:
Pointer to the HAP package name
moduleType
char* ModuleInfo::moduleType
Description:
Type of the HAP package, either Entry.hap or Feature.hap
name
char* ModuleInfo::name
Description:
Pointer to the class name of the HAP package