Class 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 int nw_path_status_invalid
      [@const] nw_path_status_invalid The path is not valid
      static 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
      static int nw_path_status_satisfied
      [@const] nw_path_status_satisfied The path has a usable route upon which to send and receive data
      static int nw_path_status_unsatisfied
      [@const] nw_path_status_unsatisfied The path does not have a usable route.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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