libs-base/Documentation/gsdoc/NSPortMessage.html
CaS 0a86bba7b0 Documentation regeneration and XML parsing fixes/updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
2001-04-25 14:19:57 +00:00

82 lines
2.2 KiB
HTML

<html><head>
<title>NSPortMessage</title>
</head>
<body>
<a href ="NSPortCoder.html">[Previous] </a>
<a href ="Base.html">[Up] </a>
<a href ="NSPortNameServer.html">[Next] </a>
<h1>NSPortMessage</h1>
<h3>Authors </h3>
<dl>
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSPortMessage</a></h2>
<h2><a name ="NSPortMessage">NSPortMessage</a></h2>
<p><b>Declared in: </b> Foundation/NSPortMessage.h</p>
<p><b>Inherits from: </b> NSObject</p>
<p><b>Conforms to: </b> NSObject
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li ><a href ="NSPortMessage.html#method-0">-components</a>
<li ><a href ="NSPortMessage.html#method-1">-initWithMachMessage:</a>
<li ><a href ="NSPortMessage.html#method-2">-initWithSendPort:receivePort:</a>
<li ><a href ="NSPortMessage.html#method-3">-msgid</a>
<li ><a href ="NSPortMessage.html#method-4">-receivePort</a>
<li ><a href ="NSPortMessage.html#method-5">-sendBeforeDate:</a>
<li ><a href ="NSPortMessage.html#method-6">-sendPort</a>
<li ><a href ="NSPortMessage.html#method-7">-setMsgid:</a>
</ul>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-0">components</a></h3>
- (NSArray*) <b>components</b>;<br>
<hr>
<h3><a name ="method-1">initWithMachMessage:</a></h3>
- (id) <b>initWithMachMessage:</b> (void*)buffer;<br>
<hr>
<h3><a name ="method-2">initWithSendPort:receivePort:</a></h3>
- (id) <b>initWithSendPort:</b> (NSPort*)sendPort <b>receivePort:</b> (NSPort*)receivePort;<br>
<hr>
<h3><a name ="method-3">msgid</a></h3>
- (unsigned int) <b>msgid</b>;<br>
<hr>
<h3><a name ="method-4">receivePort</a></h3>
- (NSPort*) <b>receivePort</b>;<br>
<hr>
<h3><a name ="method-5">sendBeforeDate:</a></h3>
- (BOOL) <b>sendBeforeDate:</b> (NSDate*)aDate;<br>
<hr>
<h3><a name ="method-6">sendPort</a></h3>
- (NSPort*) <b>sendPort</b>;<br>
<hr>
<h3><a name ="method-7">setMsgid:</a></h3>
- (void) <b>setMsgid:</b> (unsigned int)msgid;<br>
<hr>
</body>
</html>