org.openmuc.jmbus
public class VariableDataResponse extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte |
accessNumber |
byte |
address |
byte |
deviceType |
static byte |
ELECTRICITY |
static byte |
GAS |
static byte |
HEAT |
static byte |
HEAT_COST_ALLOCATOR |
byte[] |
Id |
byte[] |
manufacturerData |
short |
manufacturerID |
static byte |
OIL |
static byte |
OTHER |
byte |
status |
static byte |
STEAM |
java.util.List<VariableDataBlock> |
variableDataBlocks |
byte |
version |
static byte |
WARM_WATER |
static byte |
WATER |
Modifier and Type | Method and Description |
---|---|
byte |
getAccessNumber() |
byte |
getAddress() |
DeviceType |
getDeviceType() |
Bcd |
getId() |
byte[] |
getManufacturerData() |
java.lang.String |
getManufacturerId() |
byte |
getStatus() |
java.util.List<VariableDataBlock> |
getVariableDataBlocks() |
byte |
getVersion() |
public static final byte OTHER
public static final byte OIL
public static final byte ELECTRICITY
public static final byte GAS
public static final byte HEAT
public static final byte STEAM
public static final byte WARM_WATER
public static final byte WATER
public static final byte HEAT_COST_ALLOCATOR
public byte address
public byte[] Id
public short manufacturerID
public byte version
public byte deviceType
public byte accessNumber
public byte status
public java.util.List<VariableDataBlock> variableDataBlocks
public byte[] manufacturerData
public byte getAddress()
public Bcd getId()
public java.lang.String getManufacturerId()
public byte getVersion()
public DeviceType getDeviceType()
public byte getAccessNumber()
public byte getStatus()
public java.util.List<VariableDataBlock> getVariableDataBlocks()
public byte[] getManufacturerData()