Monitor MC_VCP_CODE_TYPE Enumeration 

 
Monitor Configuration API
Previous

MC_VCP_CODE_TYPE Enumeration

Describes a Virtual Control Panel (VCP) code type.

Syntax

  
    
  

Members

MC_MOMENTARY

Momentary VCP code. Sending a command of this type causes the monitor to initiate a self-timed operation and then revert to its original state. Examples include display tests and degaussing.

MC_SET_PARAMETER

Set Parameter VCP code. Sending a command of this type changes some aspect of the monitor's operation.

Requirements

Header: Include LowLevelMonitorConfigurationAPI.h.

See Also

Previous