org.rococoa.cocoa.cfnetwork
Interface CFNetworkLibrary.CFHostClientCallBack
- All Superinterfaces:
- Callback
- Enclosing interface:
- CFNetworkLibrary
public static interface CFNetworkLibrary.CFHostClientCallBack
- extends Callback
CFHostClientCallBack
Discussion:
Callback function which is called upon error or completion of an
asynchronous resolve.
Parameters:
theHost:
Host whose resolution is complete.
typeInfo:
Enum representing which info resolution is complete.
error:
Reference to an error structure if the resolution failed.
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/CFHost.h
invoke
void invoke(CFNetworkLibrary.__CFHost theHost,
int typeInfo,
CFStreamError error,
Pointer info)
Copyright © 2009. All Rights Reserved.