Re: networking...
Re: networking...
- Subject: Re: networking...
- From: Andreas Monitzer <email@hidden>
- Date: Fri, 2 Aug 2002 15:27:29 +0200
On Friday, August 2, 2002, at 04:00 , Jonas Roel wrote:
I am new to Cocoa. Can someone explain to me why there are no
networking frameworks included in Cocoa? Thanks...
There's one, it's called NSFileHandle. Also handles serial communication
and other nice things.
You have to use UNIX socket calls to create a socket, then use
-initWithFileHandle:closeOnDealloc: to hand it over to NSFileHandle, and
you're ready.
andy
--
DigiTunnel 1.0 released, offering full PPTP-support for Mac OS X!
http://www.gracion.com/vpn/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.