setdblights(3G) setdblights(3G)
NAME
setdblights - sets the lights on the dial and button box
SPECIFICATION
C setdblights(mask)
long mask;
FORTRAN subroutine setdbl(mask)
integer*4 mask
DESCRIPTION
setdblights turns on a combination of the lights on the dial
and button box. Each bit in the mask corresponds to a
light. For example, to turn on lights 4, 7, and 22 (and
leave all the others off), set the mask to (1<<4) | (1<<7) |
(1<<22) = 0x400090.
SEE ALSO
dbtext
Programming Guide, Section 7.5, Controlling Peripheral
Input/Output Devices
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)