CFStreamClientContext.info
CFStreamClientContext.info
- Subject: CFStreamClientContext.info
- From: Victor Ng <email@hidden>
- Date: Fri, 7 Feb 2003 23:33:41 -0500
More information on when I pass 'self' in as the pointer in
CFReadStreamSetClient like this:
CFStreamClientContext ctxt = { 0, self, NULL, NULL, NULL };
CFReadStreamSetClient( readStreamRef, kNetworkEvents,
ReadStreamClientCallBack, &ctxt )
I noticed that in the ReadStreamClientCallBack function, the info
member of the CFStreamClientContext is always the first member variable
of my Objective-C class.
Now I'm getting really confused.
vic
_______________________________________________
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.