Package apple.network.enums
Class Enums
- java.lang.Object
-
- apple.network.enums.Enums
-
public final class Enums extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intnw_browse_result_change_identical[@const] nw_browse_result_change_identical The browse results being compared are identical.static intnw_browse_result_change_interface_added[@const] nw_browse_result_change_interface_added An interface became available.static intnw_browse_result_change_interface_removed[@const] nw_browse_result_change_interface_removed An interface was removed.static intnw_browse_result_change_invalid[@const] nw_browse_result_change_invalid The browse result change is invalid.static intnw_browse_result_change_result_added[@const] nw_browse_result_change_result_added A browse result was added.static intnw_browse_result_change_result_removed[@const] nw_browse_result_change_result_removed A browse result was removed.static intnw_browse_result_change_txt_record_changed[@const] nw_browse_result_change_txt_record_changed The TXT record changed.
-
-
-
Field Detail
-
nw_browse_result_change_invalid
public static final int nw_browse_result_change_invalid
[@const] nw_browse_result_change_invalid The browse result change is invalid.- See Also:
- Constant Field Values
-
nw_browse_result_change_identical
public static final int nw_browse_result_change_identical
[@const] nw_browse_result_change_identical The browse results being compared are identical.- See Also:
- Constant Field Values
-
nw_browse_result_change_result_added
public static final int nw_browse_result_change_result_added
[@const] nw_browse_result_change_result_added A browse result was added.- See Also:
- Constant Field Values
-
nw_browse_result_change_result_removed
public static final int nw_browse_result_change_result_removed
[@const] nw_browse_result_change_result_removed A browse result was removed.- See Also:
- Constant Field Values
-
nw_browse_result_change_interface_added
public static final int nw_browse_result_change_interface_added
[@const] nw_browse_result_change_interface_added An interface became available.- See Also:
- Constant Field Values
-
nw_browse_result_change_interface_removed
public static final int nw_browse_result_change_interface_removed
[@const] nw_browse_result_change_interface_removed An interface was removed.- See Also:
- Constant Field Values
-
nw_browse_result_change_txt_record_changed
public static final int nw_browse_result_change_txt_record_changed
[@const] nw_browse_result_change_txt_record_changed The TXT record changed.- See Also:
- Constant Field Values
-
-