IPowerEventListener
Overview
Related Modules:
Description:
Defines the power management functions provided by the HDF for the driver.
To use the power management mechanism provided by the HDF, implement operations of IPowerEventListener and invoke {@linkHdfDeviceRegisterPowerListener} to register the operations with the HDF.
Since:
1.0
Summary
Data Fields
Resume )(struct HdfDeviceObject deviceObject) |
|
Suspend )(struct HdfDeviceObject deviceObject) |
Details
Field Documentation
Resume
void(* IPowerEventListener::Resume) (struct [HdfDeviceObject]($api-api-SmartVision-Devices-HdfDeviceObject.md) *deviceObject)
Description:
Wakes up the driver device. The driver developer implements the operation.
Suspend
void(* IPowerEventListener::Suspend) (struct [HdfDeviceObject]($api-api-SmartVision-Devices-HdfDeviceObject.md) *deviceObject)
Description:
Hibernates the driver device. The driver developer implements the operation.