Does it send a notification that it has started that can be listed for, or is there a delegate protocol to implement?
I can't find the documentation on the Google code page.
Does it send a notification that it has started that can be listed for, or is there a delegate protocol to implement?
I can't find the documentation on the Google code page.
Copyright © 2021 Jogjafile Inc.
The method
- (BOOL)start:(NSError **)errPtr
does return true when the server is started, false otherwise (any error will be available aterrPtr
pointer). Further, the server publishes bonjour announcement upon successful startup.