Class BrickMaster.Wifi2Status

  • Enclosing class:
    BrickMaster

    public class BrickMaster.Wifi2Status
    extends java.lang.Object
    • Field Detail

      • clientEnabled

        public boolean clientEnabled
      • clientStatus

        public short clientStatus
      • clientIP

        public short[] clientIP
      • clientSubnetMask

        public short[] clientSubnetMask
      • clientGateway

        public short[] clientGateway
      • clientMACAddress

        public short[] clientMACAddress
      • clientRXCount

        public long clientRXCount
      • clientTXCount

        public long clientTXCount
      • clientRSSI

        public byte clientRSSI
      • apEnabled

        public boolean apEnabled
      • apIP

        public short[] apIP
      • apSubnetMask

        public short[] apSubnetMask
      • apGateway

        public short[] apGateway
      • apMACAddress

        public short[] apMACAddress
      • apRXCount

        public long apRXCount
      • apTXCount

        public long apTXCount
      • apConnectedCount

        public short apConnectedCount
    • Constructor Detail

      • Wifi2Status

        public Wifi2Status()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object