org.openmuc.jmbus
public class WMBusDataMessage extends java.lang.Object
WMBusDataMessage
is structured as follows:
Modifier and Type | Method and Description |
---|---|
byte[] |
asBytes() |
void |
decode() |
void |
decodeDeep() |
int |
getControlField() |
java.lang.Integer |
getRssi()
Returns the received signal string indication (RSSI) in dBm.
|
SecondaryAddress |
getSecondaryAddress() |
VariableDataStructure |
getVariableDataResponse() |
boolean |
isDecoded() |
java.lang.String |
toString() |
public void decode() throws DecodingException
DecodingException
public void decodeDeep() throws DecodingException
DecodingException
public boolean isDecoded()
public byte[] asBytes()
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