setdblights(3G) setdblights(3G)
setdblights - sets the lights on the dial and button box
void setdblights(mask)
unsigned long mask;
mask expects 32 packed bits indicating which lights you want turned on.
setdblights turns on a combination of the lights on the dial and switch
box. A dial and switch box is an I/O device which has thirty-two lighted
switches on it. 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.
dbtext
This routine is available only in immediate mode.
PPPPaaaaggggeeee 1111 [ Back ]
|