org.rococoa.cocoa.cfnetwork
Interface CFNetworkLibrary.CFNetServicesError

Enclosing interface:
CFNetworkLibrary

public static interface CFNetworkLibrary.CFNetServicesError

CFNetServicesError

Discussion:
Errors from the kCFStreamErrorDomainNetServices domain.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CFNetwork.framework/Headers/CFNetServices.h:107
enum values


Field Summary
static int kCFNetServicesErrorBadArgument
           
static int kCFNetServicesErrorCancel
           
static int kCFNetServicesErrorCollision
          The given registration has had a name collision.
static int kCFNetServicesErrorInProgress
          There is already a register, resolve, browse, or monitor in
progress on the given object.
static int kCFNetServicesErrorInvalid
          The given CFNetServiceBrowser or CFNetServiceMonitor has already
been invalidated and can no longer be used.
static int kCFNetServicesErrorNotFound
           
static int kCFNetServicesErrorTimeout
          The given CFNetServiceResolveWithTimeout has hit the timeout
before a successful resolve.
static int kCFNetServicesErrorUnknown
           
 

Field Detail

kCFNetServicesErrorUnknown

static final int kCFNetServicesErrorUnknown
See Also:
Constant Field Values

kCFNetServicesErrorCollision

static final int kCFNetServicesErrorCollision
The given registration has had a name collision. Registration
should be cancelled and should try again probably with a different
name.

See Also:
Constant Field Values

kCFNetServicesErrorNotFound

static final int kCFNetServicesErrorNotFound
See Also:
Constant Field Values

kCFNetServicesErrorInProgress

static final int kCFNetServicesErrorInProgress
There is already a register, resolve, browse, or monitor in
progress on the given object.

See Also:
Constant Field Values

kCFNetServicesErrorBadArgument

static final int kCFNetServicesErrorBadArgument
See Also:
Constant Field Values

kCFNetServicesErrorCancel

static final int kCFNetServicesErrorCancel
See Also:
Constant Field Values

kCFNetServicesErrorInvalid

static final int kCFNetServicesErrorInvalid
The given CFNetServiceBrowser or CFNetServiceMonitor has already
been invalidated and can no longer be used.

See Also:
Constant Field Values

kCFNetServicesErrorTimeout

static final int kCFNetServicesErrorTimeout
The given CFNetServiceResolveWithTimeout has hit the timeout
before a successful resolve.

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.