Package anlavn.net

Enum Class Network.Key

All Implemented Interfaces:
Serializable, Comparable<Network.Key>, Constable
Enclosing class:
Network

public static enum Network.Key extends Enum<Network.Key>
Các thông số của mạng không dây khả dụng đang sử dụng hiện tại.
  • Enum Constant Details

    • Name

      public static final Network.Key Name
    • Description

      public static final Network.Key Description
    • GUID

      public static final Network.Key GUID
    • Physical_address

      public static final Network.Key Physical_address
    • Interface_type

      public static final Network.Key Interface_type
    • State

      public static final Network.Key State
    • SSID

      public static final Network.Key SSID
    • BSSID

      public static final Network.Key BSSID
    • Network_type

      public static final Network.Key Network_type
    • Radio_type

      public static final Network.Key Radio_type
    • Authentication

      public static final Network.Key Authentication
    • Cipher

      public static final Network.Key Cipher
    • Connection_mode

      public static final Network.Key Connection_mode
    • Band

      public static final Network.Key Band
    • Channel

      public static final Network.Key Channel
    • Receive_rate

      public static final Network.Key Receive_rate
    • Transmit_rate

      public static final Network.Key Transmit_rate
    • Signal

      public static final Network.Key Signal
    • Profile

      public static final Network.Key Profile
    • Hosted_network_status

      public static final Network.Key Hosted_network_status
  • Method Details

    • values

      public static Network.Key[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Network.Key valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null