2000-03-05 17:39:33 +00:00
|
|
|
<html><head>
|
2000-09-22 13:45:58 +00:00
|
|
|
<title>NSPortCoder</title>
|
2000-03-05 17:39:33 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2000-09-22 13:45:58 +00:00
|
|
|
<a href ="NSPort.html">[Previous]</a>
|
|
|
|
<a href ="Base.html">[Up]</a>
|
|
|
|
<a href ="NSPortMessage.html">[Next]</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<h1>NSPortCoder</h1>
|
2000-09-22 13:45:58 +00:00
|
|
|
<h3>Authors </h3>
|
|
|
|
<dl>
|
|
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<dd>
|
|
|
|
</dl>
|
|
|
|
<p>Version: 0.1</p>
|
|
|
|
<p>Date: 28 February, 2000</p>
|
2000-09-22 13:45:58 +00:00
|
|
|
<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
|
2000-03-05 17:39:33 +00:00
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<h2>Instance Variables </h2>
|
2000-09-15 19:56:39 +00:00
|
|
|
<ul>
|
|
|
|
</ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<h2>Methods </h2>
|
2000-03-05 17:39:33 +00:00
|
|
|
<ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<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>
|
2000-03-05 17:39:33 +00:00
|
|
|
</ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr><h2>Class Methods </h2>
|
|
|
|
<h3><a name ="method-0">portCoderWithReceivePort:sendPort:components:</a></h3>
|
|
|
|
+ (id) <b>portCoderWithReceivePort:</b> (NSPort*)receivePort <b>sendPort:</b> (NSPort*)sendPort <b>components:</b> (NSArray)components;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<hr><h2>Instances Methods </h2>
|
|
|
|
<h3><a name ="method-1">connection</a></h3>
|
|
|
|
- (NSConnection*) <b>connection</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-2">decodePortObject</a></h3>
|
|
|
|
- (NSPort*) <b>decodePortObject</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-3">dispatch</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
- (void) <b>dispatch</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-4">encodePortObject:</a></h3>
|
|
|
|
- (void) <b>encodePortObject:</b> (NSPort*)aPort;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-5">isBycopy</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
- (BOOL) <b>isBycopy</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-6">isByref</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
- (BOOL) <b>isByref</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
2000-03-05 17:39:33 +00:00
|
|
|
</body>
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
</html>
|