Power manager sends these events to other applications
| Code Block |
|---|
IARM_BUS_PWRMGR_EVENT_MODECHANGED |
IARM_BUS_PWRMGR_EVENT_DEEPSLEEP_TIMEOUT |
The Event Data contains
| Code Block |
|---|
current power state - IARM_Bus_PWRMgr_PowerState_t curState; |
new power state and - IARM_Bus_PWRMgr_PowerState_t newState; |
Timeout - unsigned int timeout; |
Power manager publishes four RPC Methods:
| Code Block |
|---|
SetPowerState |
GetPowerState |
WareHouseReset |
SetDeepSleepTimeOut |
...
|
IARM_BUS_PWRMGR_EVENT_MODECHANGED
...
|
...
|
...