initWithReceivePort:sendPort:components:
Initializes and returns an NSPortCoder object.
Declaration
- (id) initWithReceivePort:(NSPort *) rcvPort sendPort:(NSPort *) sndPort components:(NSArray *) comps;Parameters
- rcvPort:
The receive port.
- sndPort:
The send port.
- comps:
An array containing an encoded distributed objects message.
Discussion
Initializes a newly allocated NSPortCoder object connected to the communication ports rcvPort and sndPort, with an encoded distributed objects message stored in comps.