mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-28 19:20:51 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
77 lines
2 KiB
HTML
77 lines
2 KiB
HTML
<html><head>
|
|
<title>NSPortCoder</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSPort.html">[Previous] </a>
|
|
<a href ="Base.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: $Revision$</p>
|
|
<p>Date: $Date$</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>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<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>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>
|
|
|
|
|
|
<hr>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-1">connection</a></h3>
|
|
- (NSConnection*) <b>connection</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">decodePortObject</a></h3>
|
|
- (NSPort*) <b>decodePortObject</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-3">dispatch</a></h3>
|
|
- (void) <b>dispatch</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-4">encodePortObject:</a></h3>
|
|
- (void) <b>encodePortObject:</b> (NSPort*)aPort;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-5">isBycopy</a></h3>
|
|
- (BOOL) <b>isBycopy</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-6">isByref</a></h3>
|
|
- (BOOL) <b>isByref</b>;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|