Class RCPI


  • public class RCPI
    extends Object
    This information element (IE) appears in wifiscan entries. It's called "RCPI" in 802.11 specs (section 9.4.2.37). Refer to the specification for more details. Language in javadocs is taken from the specification.
    • Field Detail

      • rcpi

        public final short rcpi
        Unsigned 8 bits - indication of the received RF power in the selected channel for a received frame
    • Constructor Detail

      • RCPI

        public RCPI​(short rcpi)
        Constructor
    • Method Detail

      • parse

        public static RCPI parse​(com.google.gson.JsonObject contents)
        Parse RCPI from JSON object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object