DDC_DPMSStatesType
Declaration
typedef enum {
DPMS_on =
0,
DPMS_standby = 1,
DPMS_suspend = 2,
DPMS_off =
4
} DDC_DPMSStatesType
Prototype In
snap/ddc.h
Description
DPMS state values to pass to the DPMSsetState device driver call. This enumeration defines the values to set a specific power down state, and are based on the values defined in the VESA DPMS 1.0 specification. Please consult this or later versions of this specification for more information.
Members
|
DPMS_on |
Return the controller to the ON state |
|
DPMS_standby |
Set the controller to the Stand-By power down state |
|
DPMS_suspend |
Set the controller to the Suspend power down state |
|
DPMS_off |
Set the controller to the Off power down state |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com