1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <meta name="GENERATOR" content="PasDoc 0.9.0">
|
---|
5 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
---|
6 | <title>blcksock: Class TPGMStreamBlockSocket</title>
|
---|
7 | <link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
---|
8 | </head>
|
---|
9 | <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#FF0000">
|
---|
10 | <a name="TPGMStreamBlockSocket"></a><h1 class="cio">Class TPGMStreamBlockSocket</h1>
|
---|
11 | <table class="sections">
|
---|
12 | <tr>
|
---|
13 | <td><a class="section" href="#@Description">Description</a></td><td><a class="section" href="#@Hierarchy">Hierarchy</a></td><td>Fields</td><td><a class="section" href="#@Methods">Methods</a></td><td>Properties</td></tr></table>
|
---|
14 | <a name="@Description"></a><h2 class="unit">Unit</h2>
|
---|
15 | <p class="unitlink">
|
---|
16 | <a href="blcksock.html">blcksock</a></p>
|
---|
17 | <h2 class="declaration">Declaration</h2>
|
---|
18 | <p class="declaration">
|
---|
19 | <code>type TPGMStreamBlockSocket = class(<a class="normal" href="blcksock.TBlockSocket.html">TBlockSocket</a>)</code></p>
|
---|
20 | <h2 class="description">Description</h2>
|
---|
21 | <p>
|
---|
22 | Implementation of PGM-stream socket.</p>
|
---|
23 | <p>
|
---|
24 | Not all systems supports this protocol!</p>
|
---|
25 | <a name="@Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
|
---|
26 | <ul class="hierarchy"><li class="ancestor">TObject</li>
|
---|
27 | <li class="ancestor"><a class="normal" href="blcksock.TBlockSocket.html">TBlockSocket</a></li>
|
---|
28 | <li class="thisitem">TPGMStreamBlockSocket</li></ul><h2 class="overview">Overview</h2>
|
---|
29 | <a name="@Methods"></a><h3 class="summary">Methods</h3>
|
---|
30 | <table class="summary">
|
---|
31 | <tr class="list">
|
---|
32 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
33 | <td class="itemcode"><code>function <b><a href="blcksock.TPGMStreamBlockSocket.html#GetSocketType">GetSocketType</a></b>: integer; override;</code></td>
|
---|
34 | </tr>
|
---|
35 | <tr class="list2">
|
---|
36 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
37 | <td class="itemcode"><code>function <b><a href="blcksock.TPGMStreamBlockSocket.html#GetSocketProtocol">GetSocketProtocol</a></b>: integer; override;</code></td>
|
---|
38 | </tr>
|
---|
39 | </table>
|
---|
40 | <h2 class="description">Description</h2>
|
---|
41 | <h3 class="detail">Methods</h3>
|
---|
42 | <table class="detail">
|
---|
43 | <tr class="list">
|
---|
44 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
45 | <td class="itemcode"><a name="GetSocketType"></a><code>function <b>GetSocketType</b>: integer; override;</code></td>
|
---|
46 | </tr>
|
---|
47 | </table>
|
---|
48 | <p>
|
---|
49 | Return value of socket type. For PGM-stream return SOCK_STREAM.</p>
|
---|
50 | <table class="detail">
|
---|
51 | <tr class="list">
|
---|
52 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
53 | <td class="itemcode"><a name="GetSocketProtocol"></a><code>function <b>GetSocketProtocol</b>: integer; override;</code></td>
|
---|
54 | </tr>
|
---|
55 | </table>
|
---|
56 | <p>
|
---|
57 | Return value of protocol type for socket creation. For PGM-stream returns IPPROTO_RM.</p>
|
---|
58 | <hr noshade size="1"><span class="appinfo"><em>Generated by <a target="_parent" href="http://pasdoc.sourceforge.net/">PasDoc 0.9.0</a> on 2012-04-23 21:38:50</em>
|
---|
59 | </span>
|
---|
60 | </body></html>
|
---|