Package apple.network.enums
Class nw_path_status_t
- java.lang.Object
-
- apple.network.enums.nw_path_status_t
-
public final class nw_path_status_t extends java.lang.Object[@typedef] nw_path_status_t A network path status indicates if there is a usable route available upon which to send and receive data.
-
-
Field Summary
Fields Modifier and Type Field Description static intnw_path_status_invalid[@const] nw_path_status_invalid The path is not validstatic intnw_path_status_satisfiable[@const] nw_path_status_satisfiable The path does not currently have a usable route, but a connection attempt will trigger network attachmentstatic intnw_path_status_satisfied[@const] nw_path_status_satisfied The path has a usable route upon which to send and receive datastatic intnw_path_status_unsatisfied[@const] nw_path_status_unsatisfied The path does not have a usable route.
-
-
-
Field Detail
-
nw_path_status_invalid
public static final int nw_path_status_invalid
[@const] nw_path_status_invalid The path is not valid- See Also:
- Constant Field Values
-
nw_path_status_satisfied
public static final int nw_path_status_satisfied
[@const] nw_path_status_satisfied The path has a usable route upon which to send and receive data- See Also:
- Constant Field Values
-
nw_path_status_unsatisfied
public static final int nw_path_status_unsatisfied
[@const] nw_path_status_unsatisfied The path does not have a usable route. This may be due to a network interface being down, or due to system policy.- See Also:
- Constant Field Values
-
nw_path_status_satisfiable
public static final int nw_path_status_satisfiable
[@const] nw_path_status_satisfiable The path does not currently have a usable route, but a connection attempt will trigger network attachment- See Also:
- Constant Field Values
-
-