MLPowerManagerPropertyData
Module: Power Manager
A structure to encapsulate output data when getting the current properties. More...
#include <ml_power_manager.h>
Public Attributes
Type | Name |
---|---|
uint8_t | size |
MLPowerManagerComponentProperty * | properties |
Detailed Description
struct MLPowerManagerPropertyData;
A structure to encapsulate output data when getting the current properties.
API Level:
- 27
Public Attributes Documentation
size
uint8_t size;
Size of properties array.
properties
MLPowerManagerComponentProperty * properties;
Type | Description |
---|---|
MLPowerManagerComponentProperty * | A structure to encapsulate the data for each MLPowerManagerPropertyType. |
Array of MLPowerManagerComponentProperty elements.