public class WMBusMessage
extends java.lang.Object
WMBusMessage
is structured as follows:
Modifier and Type | Method and Description |
---|---|
byte[] |
asBlob()
Get the message as binary large object (byte array).
|
int |
getControlField() |
java.lang.Integer |
getRssi()
Returns the received signal string indication (RSSI) in dBm.
|
SecondaryAddress |
getSecondaryAddress()
Get the secondary address.
|
VariableDataStructure |
getVariableDataResponse()
Get the variable data structure of the message.
|
java.lang.String |
toString() |
public byte[] asBlob()
public int getControlField()
public SecondaryAddress getSecondaryAddress()
public VariableDataStructure getVariableDataResponse()
public java.lang.Integer getRssi()
public java.lang.String toString()
toString
in class java.lang.Object