1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 8<title>DWC_IsSendableReliable</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13<a name="dwc__transport_8h_11578b36e82bdba244e07565cb7ac7b20"></a> 14<h1 align="left">DWC_IsSendableReliable</h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <dwc.h></CODE><BR> 20 <BR> 21 <PRE><CODE>BOOL <a href=DWC_IsSendableReliable.html#dwc__transport_8h_11578b36e82bdba244e07565cb7ac7b20>DWC_IsSendableReliable</a>(u8 aid);</CODE></PRE></dd> 22</dl> 23 24<h2>Arguments</h2> 25 26<TABLE border="1" width="100%"> 27 <TBODY> 28 29 <TR> 30<TD width="13%"><EM><STRONG>aid</STRONG></EM></TD> 31<TD width="87%">AID of the party to which you are sending.</TD> 32 </TR> 33 34 </TBODY> 35</TABLE> 36 37<h2>Return Values</h2> 38 39<TABLE border="1" width="100%"> 40 <TBODY> 41 42 <TR> 43<TD width="13%"><EM><STRONG>TRUE</STRONG></EM></TD> 44<TD width="87%">Able to send.</TD> 45 </TR> 46 47 <TR> 48<TD width="13%"><EM><STRONG>FALSE</STRONG></EM></TD> 49<TD width="87%">Not able to send.</TD> 50 </TR> 51 52 </TBODY> 53</TABLE> 54 55<H2>Description</H2> 56<p>Checks whether data can be sent in a "Reliable" send to the host assigned a specific AID.</p><p>For Reliable sends using the <CODE><a href="DWC_SendReliable.html">DWC_SendReliable</a></CODE> or <CODE><a href="DWC_SendReliableBitmap.html">DWC_SendReliableBitmap</a></CODE> functions, this function reports that data cannot be sent if any data is still being transmitted or if the send buffer of size specified by the <CODE><A href="DWC_InitFriendsMatch.html">DWC_InitFriendsMatch</A></CODE> function has no free space at all. In that case, this function returns FALSE. Do not try to send anything until this function returns TRUE.</p><p>This function also returns FALSE when an error is being generated.</p><p>This function also returns FALSE if an invalid AID is passed to the argument <CODE>aid</CODE>. In this case, if the AID is checked with the <CODE><A href="DWC_IsValidAID.html">DWC_IsValidAID</A></CODE> function, this condition can be distinguished from the previous two conditions in which sending data is impossible.</p> 57 58<H2>Revision History</H2> 59<DL> 60 61</DL> 62<hr><p>CONFIDENTIAL</p></body> 63</html> 64