Package org.openmuc.j62056
Class DataMessage
java.lang.Object
org.openmuc.j62056.DataMessage
Represents the data sent by the meter.
The data consists of the manufacturer ID, the meter ID (optional), the enhanced ID/capability (optional), and a list
of data sets.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the data sets of this data message.Returns the enhanced identification/capability characters as a string.Returns the manufacturer identification of this data message.Returns the identification string (except for the enhanced identification characters).toString()
-
Method Details
-
getManufacturerId
Returns the manufacturer identification of this data message.- Returns:
- the manufacturer identification
-
getMeterId
Returns the identification string (except for the enhanced identification characters).- Returns:
- the identification string
-
getEnhancedId
Returns the enhanced identification/capability characters as a string.- Returns:
- the enhanced identification/capability characters
-
getDataSets
Returns the data sets of this data message.- Returns:
- the data sets
-
toString
-