public class BrickMaster.Wifi2Status extends Object
Modifier and Type | Field and 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 and Description |
---|
Wifi2Status() |
public boolean clientEnabled
public short clientStatus
public short[] clientIP
public short[] clientSubnetMask
public short[] clientGateway
public short[] clientMACAddress
public long clientRXCount
public long clientTXCount
public byte clientRSSI
public boolean apEnabled
public short[] apIP
public short[] apSubnetMask
public short[] apGateway
public short[] apMACAddress
public long apRXCount
public long apTXCount
public short apConnectedCount
Copyright © 2022 Tinkerforge GmbH. All rights reserved.