Package com.tinkerforge
Class BrickMaster.Wifi2MeshConfiguration
- java.lang.Object
-
- com.tinkerforge.BrickMaster.Wifi2MeshConfiguration
-
- Enclosing class:
- BrickMaster
public class BrickMaster.Wifi2MeshConfiguration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
enable
short[]
gatewayIP
int
gatewayPort
short[]
groupID
java.lang.String
groupSSIDPrefix
short[]
rootGateway
short[]
rootIP
short[]
rootSubnetMask
short[]
routerBSSID
-
Constructor Summary
Constructors Constructor Description Wifi2MeshConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
enable
public boolean enable
-
rootIP
public short[] rootIP
-
rootSubnetMask
public short[] rootSubnetMask
-
rootGateway
public short[] rootGateway
-
routerBSSID
public short[] routerBSSID
-
groupID
public short[] groupID
-
groupSSIDPrefix
public java.lang.String groupSSIDPrefix
-
gatewayIP
public short[] gatewayIP
-
gatewayPort
public int gatewayPort
-
-