Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration contains the operating modes of a lamp device.
Syntax
typedef enum LAMP_MODE {
LAMP_MODE_WHITE,
LAMP_MODE_COLOR
} ;
Constants
LAMP_MODE_WHITE Required. White light only. |
LAMP_MODE_COLOR Optional. Color light. |
Remarks
This is the I/O parameter type of IOCTL_LAMP_GET_MODE and IOCTL_LAMP_SET_MODE.
Requirements
Requirement | Value |
---|---|
Header | lamp.h |