Re: CFSocket questions
Re: CFSocket questions
- Subject: Re: CFSocket questions
- From: Edward Fink <email@hidden>
- Date: Tue, 10 Sep 2002 20:45:29 -0400
Ahhhh. Yes...I was making this much more difficult than I had to. This
works perfectly of course.
Ed Fink
On Tuesday, September 10, 2002, at 03:55 PM, Douglas Davidson wrote:
Here is a minimal example of a CFSocketContext:
CFSocketContext context = {0, self, NULL, NULL, NULL};
If you want the CFSocket to retain the info pointer (you may or may
not; I tend to have the object own the CFSocket rather than the other
way around) you would need to fill in the third and fourth slots (e.g.
with CFRetain and CFRelease). The fifth slot is optional.
Douglas Davidson
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.