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_GetDirectConnectedAIDBitmap</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13<a name="dwc__main_8h_1d15cc06cfefc572a3aa22adf150dcd05"></a>
14<h1 align="left">DWC_GetDirectConnectedAIDBitmap</h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;dwc.h&gt;</CODE><BR>
20  <BR>
21  <PRE><CODE>u32 <a href=DWC_GetDirectConnectedAIDBitmap.html#dwc__main_8h_1d15cc06cfefc572a3aa22adf150dcd05>DWC_GetDirectConnectedAIDBitmap</a>(void);</CODE></PRE></dd>
22</dl>
23
24<h2>Arguments</h2>
25
26<p>None.</p>
27
28<h2>Return Values</h2>
29
30<p>The AID bitmap of other hosts with whom the local host has a direct connection. The local host&rsquo;s own AID bit is set to 1.</p>
31
32<H2>Description</H2>
33<p>Gets the AID bitmap of other hosts with whom the local host has a direct connection and to whom it is possible to send data directly.</p><p>If data is sent (<a href=DWC_SendUnreliable.html#dwc__transport_8h_1b95f23de902cbad010e65eea8051ab27>DWC_SendUnreliable</a>/<a href=DWC_SendUnreliableBitmap.html#dwc__transport_8h_1d30a735ab4beb91f8923fa5d08bed597>DWC_SendUnreliableBitmap</a>) to the hosts whose bit is set in the bitmap that was obtained with this function, the data will be sent directly to those specified hosts. If data is sent unreliably to the hosts whose bit is not set, the data will be sent to those specified hosts via the server host. Reliable sends cannot be performed to hosts whose bit is not set.</p>
34
35<H2>Revision History</H2>
36<DL>
37
38<DT><para>2.0.0</DT>
39<DD>Initial addition.</DD>
40
41</DL>
42<hr><p>CONFIDENTIAL</p></body>
43</html>
44