owiButtonEnableLED (Function) |
Top Previous Next |
owiButtonEnableLED enables use of the LED placed inside the iButton reader. The LED is turned on and off with the owiButtonSetLED function. Before the state can be controlled, owiButtonEnableLED must be set to "on".
Input: enable : BOOL This enables or disables the use of the LED on the iButton reader.
Returns: INT
Declaration: FUNCTION owiButtonEnableLED : INT;
Example: INCLUDE rtcu.inc |