public class MBusMessage
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MBusMessage.MessageType |
Modifier and Type | Method and Description |
---|---|
static MBusMessage |
decode(byte[] buffer,
int length) |
int |
getAddressField() |
MBusMessage.MessageType |
getMessageType() |
VariableDataStructure |
getVariableDataResponse() |
java.lang.String |
toString() |
public static MBusMessage decode(byte[] buffer, int length) throws java.io.IOException
java.io.IOException
public int getAddressField()
public MBusMessage.MessageType getMessageType()
public VariableDataStructure getVariableDataResponse()
public java.lang.String toString()
toString
in class java.lang.Object