Uses of Interface
org.openwebnet4j.message.Dim
-
Packages that use Dim Package Description org.openwebnet4j.message -
-
Uses of Dim in org.openwebnet4j.message
Classes in org.openwebnet4j.message that implement Dim Modifier and Type Class Description static class
Automation.DIM
static class
EnergyManagement.DIM
static class
GatewayMgmt.DIM
static class
Lighting.DIM
static class
Thermoregulation.DimThermo
Methods in org.openwebnet4j.message that return Dim Modifier and Type Method Description protected Dim
Automation. dimFromValue(int i)
protected abstract Dim
BaseOpenMessage. dimFromValue(int i)
protected Dim
EnergyManagement. dimFromValue(int i)
protected Dim
EnergyManagementDiagnostic. dimFromValue(int i)
protected Dim
GatewayMgmt. dimFromValue(int i)
protected Dim
Lighting. dimFromValue(int i)
protected Dim
Thermoregulation. dimFromValue(int i)
protected Dim
ThermoregulationDiagnostic. dimFromValue(int i)
Dim
BaseOpenMessage. getDim()
Returns message DIM (dimension,*#WHO*#DIM*...##
) or null id not DIM is present
-