org.rococoa.cocoa.cfnetwork
Interface CFNetworkLibrary.CFNetServiceBrowserClientCallBack
- All Superinterfaces:
- Callback
- Enclosing interface:
- CFNetworkLibrary
public static interface CFNetworkLibrary.CFNetServiceBrowserClientCallBack
- extends Callback
CFNetServiceBrowserClientCallBack
Discussion:
Callback function which is called upon error or upon successful
discovery of services or domains.
Parameters:
browser:
CFNetServiceBrowser receiving the event.
flags:
Bitwise flags indicating the event or further information about
the event.
domainOrService:
If searching for domains, a CFStringRef indicating the domain
which was found or is going away. If searching for services,
the service which was found or is going away.
error:
Reference to an error structure if the event is a failure.
info:
Client's info reference which was passed into the client
context.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CFNetwork.framework/Headers/CFNetServices.h
Copyright © 2009. All Rights Reserved.