org.openmuc.jmbus
public class MBusMessage extends java.lang.Object
Constructor and Description |
---|
MBusMessage(byte[] buffer) |
Modifier and Type | Method and Description |
---|---|
void |
decode() |
void |
decodeDeep() |
int |
getAddressField() |
int |
getControlField() |
org.openmuc.jmbus.MBusMessage.FrameType |
getFrameType() |
VariableDataStructure |
getVariableDataResponse() |
java.lang.String |
toString() |
public void decode() throws DecodingException
DecodingException
public void decodeDeep() throws DecodingException
DecodingException
public int getAddressField()
public int getControlField()
public org.openmuc.jmbus.MBusMessage.FrameType getFrameType()
public VariableDataStructure getVariableDataResponse()
public java.lang.String toString()
toString
in class java.lang.Object