Class nw_interface_type_t


  • public final class nw_interface_type_t
    extends java.lang.Object
    [@typedef] nw_interface_type_t Interface types represent the underlying media for a network link, such as Wi-Fi or Cellular.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nw_interface_type_other

        public static final int nw_interface_type_other
        [@const] nw_interface_type_other A virtual or otherwise unknown interface type
        See Also:
        Constant Field Values
      • nw_interface_type_wifi

        public static final int nw_interface_type_wifi
        [@const] nw_interface_type_wifi A Wi-Fi link
        See Also:
        Constant Field Values
      • nw_interface_type_cellular

        public static final int nw_interface_type_cellular
        [@const] nw_interface_type_wifi A Cellular link
        See Also:
        Constant Field Values
      • nw_interface_type_wired

        public static final int nw_interface_type_wired
        [@const] nw_interface_type_wired A Wired Ethernet link
        See Also:
        Constant Field Values
      • nw_interface_type_loopback

        public static final int nw_interface_type_loopback
        [@const] nw_interface_type_loopback The loopback interface
        See Also:
        Constant Field Values