how to use (in a tool) NSServiceBrowser
how to use (in a tool) NSServiceBrowser
- Subject: how to use (in a tool) NSServiceBrowser
- From: Lloyd Dupont <email@hidden>
- Date: Tue, 6 May 2003 14:37:41 +1000
I'm trying to do some service creation and browsing.
it's all done with command line tool and it's my very first attempt to
use these features.
my problem is NSServiceBrowser work asynchronously and work by calling
delegate method in the run loop.
but in my browsing tool there is no run loop, I don't really know how I
could use it ..
I read that CFNetService coulbe synchronous. is it compatible ?
could I register my service with a NSNetService and query it with a
CFBrowserNetService ?
any tip, idea, link are welcome ....
_______________________________________________
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.