Skip to main content
Version: 11 Nov 2025

MLPowerManagerPropertyData

Module: Power Manager

A structure to encapsulate output data when getting the current properties. More...

#include <ml_power_manager.h>

Public Attributes​

TypeName
uint8_tsize
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;
TypeDescription
MLPowerManagerComponentProperty *A structure to encapsulate the data for each MLPowerManagerPropertyType.

Array of MLPowerManagerComponentProperty elements.