Package com.tinkerforge
Class BrickMaster.Wifi2Status
- java.lang.Object
-
- com.tinkerforge.BrickMaster.Wifi2Status
-
- Enclosing class:
- BrickMaster
public class BrickMaster.Wifi2Status extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description short
apConnectedCount
boolean
apEnabled
short[]
apGateway
short[]
apIP
short[]
apMACAddress
long
apRXCount
short[]
apSubnetMask
long
apTXCount
boolean
clientEnabled
short[]
clientGateway
short[]
clientIP
short[]
clientMACAddress
byte
clientRSSI
long
clientRXCount
short
clientStatus
short[]
clientSubnetMask
long
clientTXCount
-
Constructor Summary
Constructors Constructor Description Wifi2Status()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
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
-
-