1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>CAMERA_SwitchOffLED*</TITLE>
8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">CAMERA_SwitchOffLED* <IMG src="../image/TWL.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD>
15  <CODE>#include &lt;twl/camera.h&gt;</CODE><BR>
16  <BR>
17  <CODE><A href="CAMERAResult.html">CAMERAResult</A> CAMERA_SwitchOffLED(void);</CODE>
18  <BR>
19  <CODE><A href="CAMERAResult.html">CAMERAResult</A> CAMERA_SwitchOffLEDAsync(<A href="CAMERACallback.html">CAMERACallback</A> callback, void *arg);</CODE>
20</DL>
21<H2>Arguments</H2>
22<TABLE border="1" width="100%">
23  <TBODY>
24    <TR>
25      <TD width="13%"><EM><STRONG>callback</STRONG></EM></TD>
26      <TD width="87%">Function that is called when asynchronous processing has completed.</TD>
27    </TR>
28    <TR>
29      <TD width="13%"><EM><STRONG>arg</STRONG></EM></TD>
30      <TD width="87%">Arguments when the callback function is invoked.</TD>
31    </TR>
32  </TBODY>
33</TABLE>
34
35<H2>Return Values</H2>
36<P>
37Returns <CODE>CAMERA_RESULT_SUCCESS</CODE> if configuration was successful.
38</P>
39
40<H2>Description</H2>
41<P>
42Turns off the outer camera LED for the duration of a single blink.<BR><BR>The outer camera LED is configured to be lit when the outer camera is active. By calling this function from that state, the outer camera LED will be turned off for the duration of a single blink, as configured by the <code><a href="CAMERA_SetLED.html">CAMERA_SetLED</a></code> function. Note that this will consequently fail if the outer camera is not active.<BR><BR>This function has the same behavior as running <a href="CAMERA_SetLED.html"><CODE>CAMERA_SetLED(TRUE)</CODE></a> and <a href="CAMERA_SetLED.html"><CODE>CAMERA_SetLED(FALSE)</CODE></a> in succession.
43</P>
44
45<H2>See Also</H2>
46<P><CODE><A href="CAMERA_SetLED.html">CAMERA_SetLED*</A></CODE></P>
47<H2>Revision History</H2>
48<P>2008/09/09 Initial version.</P>
49<hr><p>CONFIDENTIAL</p></body>
50</HTML>
51