File: BroadcastAddress.html

package info (click to toggle)
libape 1.0.0-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,572 kB
  • ctags: 1,343
  • sloc: sh: 7,342; cpp: 3,418; makefile: 117
file content (56 lines) | stat: -rw-r--r-- 1,628 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<HTML><HEAD><TITLE>BroadcastAddress Class</TITLE></HEAD>
<BODY bgcolor="#ffffff">

<H1>BroadcastAddress Class Reference</H1>
<p>
[<A HREF="index.html">APE Index</A>] [<A HREF="hier.html">APE Hierarchy</A>]
[<A HREF="header-list.html">Headers</A>]
</p>
<HR>
<P> The broadcast address object is used to store the broadcast address for
 a specific subnet   <a href="#short">More...</a></P>
<P>
<code>
	#include &lt;<a href="socket-h.html">socket.h</a>&gt;
</code>

</P>

<P>
Inherits: <a href="InetAddress.html">InetAddress</a>
<P>
<H2>Public Members</H2>
<UL>
<LI> <b><a href="#ref0">BroadcastAddress</a></b> (const char *net = &quot;255.255.255.255&quot;) 
</LI>
</UL>
<HR>
<H2><a name="short">Detailed Description</a></H2>
<P>

 The broadcast address object is used to store the broadcast address for
 a specific subnet.  This is commonly used for UDP broadcast operations.

</P><HR>
<H3><b> <a name="ref0"></a><a name="BroadcastAddress">BroadcastAddress</a>(const char *net = &quot;255.255.255.255&quot;)  </b><code>[public]</code></H3>
<p>Specify the physical broadcast address to use and create a new
broadcast address object based on a null terminated ASCII
string.
</p><p>
</p>
<dl><dt><b>Parameters</b>:<dd>
<table width="100%" border="0">
<tr><td align="left" valign="top">
net</td><td align="left" valign="top">
null terminated ASCII network address.</td></tr>
</table>
</dl>
<HR>
<TABLE WIDTH="100%"><TR><TD ALIGN="left" VALIGN="top">
<address>Documentation generated by dyfet@home.sys on Thu Dec 16 09:54:26 EST 1999
<address>
</TD><TD ALIGN="RIGHT" VALIGN="TOP">
<b>K</b><i>doc</i>
</TD>
</TR></TABLE></BODY></HTML>