Package apple.cfnetwork.enums
Class CFNetServiceBrowserFlags
- java.lang.Object
-
- apple.cfnetwork.enums.CFNetServiceBrowserFlags
-
public final class CFNetServiceBrowserFlags extends java.lang.ObjectCFNetServiceBrowser flags Discussion: Result bit flags passed to CFNetServiceBrowserClientCallBack.
-
-
Field Summary
Fields Modifier and Type Field Description static longIsDefaultThe result domain is the default domain for the given domain browse type (registration or browse).static longIsDomainIf off, the result is a service.static longIsRegistrationDomainSame as the previous but incorrectly named.static longMoreComingClient will get another callback briefly and shouldn't do costly screen updates (or such).static longRemoveThe result item should be removed and not added.
-
-
-
Field Detail
-
MoreComing
public static final long MoreComing
Client will get another callback briefly and shouldn't do costly screen updates (or such).- See Also:
- Constant Field Values
-
IsDomain
public static final long IsDomain
If off, the result is a service.- See Also:
- Constant Field Values
-
IsDefault
public static final long IsDefault
The result domain is the default domain for the given domain browse type (registration or browse).- See Also:
- Constant Field Values
-
IsRegistrationDomain
public static final long IsRegistrationDomain
Same as the previous but incorrectly named. Kept for compatibility.- See Also:
- Constant Field Values
-
Remove
public static final long Remove
The result item should be removed and not added.- See Also:
- Constant Field Values
-
-