📄 libsdeb8.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="GENERATOR" content="Quadralay WebWorks Publisher Professional Edition 6.0.5">
<meta name="TEMPLATEBASE" content="book_html">
<meta name="LASTUPDATED" content="12/04/03 16:07:07">
<title>debugclose</title>
<STYLE TYPE="text/css">
<!--
span.Signal { text-transform: uppercase; font-family: Verdana }
-->
</STYLE>
</head>
<body link="#3366CC" vlink="#9999CC" text="#000000" alink="#0000CC" bgcolor="#FFFFFF"
background="images/backgrnd.gif">
<p><img src="images/stlogo.gif" width="106" height="83" align="left"
alt="logo here!"> </p>
<table width="331" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td><a href="a_refman.htm"><img src="images/navtoc.gif" width="84" height="23"
border="0" alt="TOC"> </a></td>
<td><a href="libsdeb7.htm"><img src="images/navprev.gif" width="80" height="23"
border="0" alt="PREV"> </a></td>
<td><a href="libsdeb9.htm"><img src="images/navnext.gif" width="83" height="23"
border="0" alt="NEXT"> </a></td>
<td><a href="a_refmaa.htm"><img src="images/navidx.gif" width="84" height="23"
border="0" alt="INDEX"> </a></td>
</tr>
</table>
<p><br clear="all">
</p>
<hr align="left">
<blockquote>
<h2>
<a name="1204696"> </a><font color="#003366" face="Verdana, Arial, Helvetica, sans-serif">debugclose</font>
</h2><hr>
<p>
<a name="1204697"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">Close a file on the host</font>
</p>
<h3>
<a name="1206303"> </a><font color="#003366" face="Verdana, Arial, Helvetica, sans-serif">Syntax</font>
</h3>
<a name="1204699"> </a><font size=2 face=Courier><strong>#include <debug.h><br></strong></font>
<a name="1216985"> </a><font size=2 face=Courier><strong>long int debugclose( const long int <font size=2 face=Courier><strong><em>fd </em></strong></font>);<br></strong></font>
<h3>
<a name="1211014"> </a><font color="#003366" face="Verdana, Arial, Helvetica, sans-serif">Arguments</font>
</h3>
<p>
<a name="1211015"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif"><b>const long int <font size=2 face=Courier><strong><em>fd</em></strong></font></b></font>
<br>
<dl><dl> <dl>
<dt> <a name="1211016"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">The file descriptor of the file to be closed</font>
</dl>
</dl></dl>
<h3>
<a name="1204703"> </a><font color="#003366" face="Verdana, Arial, Helvetica, sans-serif">Results</font>
</h3>
<p>
<a name="1204704"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">Returns <font size=2 face=Courier><strong>0</strong></font> if the close succeeded; other return results are errors.</font>
</p>
<h3>
<a name="1209886"> </a><font color="#003366" face="Verdana, Arial, Helvetica, sans-serif">Errors</font>
</h3>
<p>
<a name="1209887"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">The function will fail to execute if another debug function is already executing (for example from another concurrent thread of execution) and a mutual exclusion function pointer has not been registered with the debug library. In this case the function returns <font size=2 face=Courier><strong>DEBUG_FN_REENTERED</strong></font>. If the debugger is not connected to the target, the function will fail and return <font size=2 face=Courier><strong>DEBUG_NOT_CONNECTED</strong></font>. The value <font size=2 face=Courier><strong>-1</strong></font> is returned for any other error.</font>
</p>
<h3>
<a name="1204707"> </a><font color="#003366" face="Verdana, Arial, Helvetica, sans-serif">Description</font>
</h3>
<p>
<a name="1204708"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">The file given by the file descriptor <font size=2 face=Courier><strong><em>fd</em></strong></font> is closed on the host. <font size=2 face=Courier><strong><em>fd</em></strong></font> should have been returned by a previous call to <font size=2 face=Courier><strong>debugopen</strong></font>.</font>
</p>
<h3>
<a name="1204709"> </a><font color="#003366" face="Verdana, Arial, Helvetica, sans-serif">Example</font>
</h3>
<a name="1204710"> </a><font size=2 face=Courier><strong>char *teststring = "Hello World";<br>long int fd, numwritten;<br>fd = debugopen("test.dat", "w");<br>numwritten = debugwrite(fd, teststring, strlen(teststring));<br>debugclose(fd);<br></strong></font>
</blockquote>
<hr>
<table width="331" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td><a href="a_refman.htm"><img src="images/navtoc.gif" width="84" height="23"
border="0" alt="TOC"> </a></td>
<td><a href="libsdeb7.htm"><img src="images/navprev.gif" width="80" height="23"
border="0" alt="PREV"> </a></td>
<td><a href="libsdeb9.htm"><img src="images/navnext.gif" width="83" height="23"
border="0" alt="NEXT"> </a></td>
<td><a href="a_refmaa.htm"><img src="images/navidx.gif" width="84" height="23"
border="0" alt="INDEX"> </a></td>
</tr>
</table>
<font size=1 face="Verdana, Arial, Helvetica, sans-serif"> © 2001, 2002, 2003 STMicroelectronics. All Rights Reserved.<br>
ADCS 7250966F</font>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -