mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-29 19:41:00 +00:00
73 lines
1.9 KiB
HTML
73 lines
1.9 KiB
HTML
|
<html><head>
|
||
|
<title>NSPortCoder</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<a href="NSPort.html">[Previous]</a>
|
||
|
<a href="Foundation.html">[Up]</a>
|
||
|
<a href="NSPortMessage.html">[Next]</a>
|
||
|
<h1>NSPortCoder</h1>
|
||
|
<h3>Authors</h3>
|
||
|
<dl>
|
||
|
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
||
|
<dd>
|
||
|
</dl>
|
||
|
<p>Version: 0.1</p>
|
||
|
<p>Date: 28 February, 2000</p>
|
||
|
<h2><a name="cont-0">NSPortCoder</a></h2>
|
||
|
<h2><a name="NSPortCoder">NSPortCoder</a></h2>
|
||
|
<p><b>Declared in:</b> Foundation/NSPortCoder.h</p>
|
||
|
<p><b>Inherits from:</b> NSCoder</p>
|
||
|
<p><b>Conforms to:</b> NSObject
|
||
|
</p>
|
||
|
<hr>
|
||
|
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="NSPortCoder.html#method-0">+portCoderWithReceivePort:sendPort:components:</a>
|
||
|
<li><a href="NSPortCoder.html#method-1">-connection</a>
|
||
|
<li><a href="NSPortCoder.html#method-2">-decodePortObject</a>
|
||
|
<li><a href="NSPortCoder.html#method-3">-dispatch</a>
|
||
|
<li><a href="NSPortCoder.html#method-4">-encodePortObject:</a>
|
||
|
<li><a href="NSPortCoder.html#method-5">-isBycopy</a>
|
||
|
<li><a href="NSPortCoder.html#method-6">-isByref</a>
|
||
|
</ul>
|
||
|
<hr>
|
||
|
<h2><a name="method-0">portCoderWithReceivePort:sendPort:components:</a></h2>
|
||
|
+ (id) <b>portCoderWithReceivePort:</b> (NSPort*)receivePort <b>sendPort:</b> (NSPort*)sendPort <b>components:</b> (NSArray)components<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-1">connection</a></h2>
|
||
|
- (NSConnection*) <b>connection</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-2">decodePortObject</a></h2>
|
||
|
- (NSPort*) <b>decodePortObject</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-3">dispatch</a></h2>
|
||
|
- (void) <b>dispatch</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-4">encodePortObject:</a></h2>
|
||
|
- (void) <b>encodePortObject:</b> (NSPort*)aPort<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-5">isBycopy</a></h2>
|
||
|
- (BOOL) <b>isBycopy</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-6">isByref</a></h2>
|
||
|
- (BOOL) <b>isByref</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
</body>
|
||
|
|
||
|
</html>
|