- getAccessNumber() - Method in class org.openmuc.jmbus.VariableDataStructure
-
- getBytes() - Method in class org.openmuc.jmbus.Bcd
-
- getControlField() - Method in class org.openmuc.jmbus.WMBusMessage
-
- getDataRecords() - Method in class org.openmuc.jmbus.VariableDataStructure
-
- getDataValue() - Method in class org.openmuc.jmbus.DataRecord
-
Returns the decoded data field of the data record as an Object.
- getDataValueType() - Method in class org.openmuc.jmbus.DataRecord
-
- getDescription() - Method in class org.openmuc.jmbus.DataRecord
-
- getDeviceId() - Method in class org.openmuc.jmbus.SecondaryAddress
-
Returns the device ID.
- getDeviceType() - Method in class org.openmuc.jmbus.SecondaryAddress
-
Returns the device type (e.g.
- getDib() - Method in class org.openmuc.jmbus.DataRecord
-
Returns a byte array containing the DIB (i.e.
- getEncryptionMode() - Method in class org.openmuc.jmbus.VariableDataStructure
-
- getFromHexString(String) - Static method in class org.openmuc.jmbus.SecondaryAddress
-
- getFromLongHeader(byte[], int) - Static method in class org.openmuc.jmbus.SecondaryAddress
-
- getFromManufactureId(byte[], String, byte, byte) - Static method in class org.openmuc.jmbus.SecondaryAddress
-
- getFromWMBusLinkLayerHeader(byte[], int) - Static method in class org.openmuc.jmbus.SecondaryAddress
-
- getFunctionField() - Method in class org.openmuc.jmbus.DataRecord
-
- getHashCode() - Method in class org.openmuc.jmbus.SecondaryAddress
-
- getId() - Method in enum org.openmuc.jmbus.DeviceType
-
Returns the ID of this DeviceType.
- getId() - Method in enum org.openmuc.jmbus.DlmsUnit
-
Returns the ID of this DlmsUnit.
- getId() - Method in enum org.openmuc.jmbus.EncryptionMode
-
Returns the ID of this EncryptionMode.
- getInstance(int) - Static method in enum org.openmuc.jmbus.DeviceType
-
Returns the DeviceType that corresponds to the given ID.
- getInstance(int) - Static method in enum org.openmuc.jmbus.DlmsUnit
-
Returns the DlmsUnit that corresponds to the given ID.
- getInstance(int) - Static method in enum org.openmuc.jmbus.EncryptionMode
-
Returns the EncryptionMode that corresponds to the given ID.
- getManufacturerData() - Method in class org.openmuc.jmbus.VariableDataStructure
-
- getManufacturerId() - Method in class org.openmuc.jmbus.SecondaryAddress
-
- getMultiplierExponent() - Method in class org.openmuc.jmbus.DataRecord
-
The multiplier is coded in the VIF.
- getNumberOfEncryptedBlocks() - Method in class org.openmuc.jmbus.VariableDataStructure
-
- getRssi() - Method in class org.openmuc.jmbus.WMBusMessage
-
Returns the received signal string indication (RSSI) in dBm.
- getScaledDataValue() - Method in class org.openmuc.jmbus.DataRecord
-
Returns the data (value) multiplied by the multiplier as a Double.
- getSecondaryAddress() - Method in class org.openmuc.jmbus.VariableDataStructure
-
- getSecondaryAddress() - Method in class org.openmuc.jmbus.WMBusMessage
-
- getStatus() - Method in class org.openmuc.jmbus.VariableDataStructure
-
- getStorageNumber() - Method in class org.openmuc.jmbus.DataRecord
-
- getSubunit() - Method in class org.openmuc.jmbus.DataRecord
-
- getTariff() - Method in class org.openmuc.jmbus.DataRecord
-
- getTimeout() - Method in class org.openmuc.jmbus.MBusSap
-
Returns the timeout in ms.
- getUnit() - Method in class org.openmuc.jmbus.DataRecord
-
- getUnit() - Method in enum org.openmuc.jmbus.DlmsUnit
-
Returns the unit sign of this DlmsUnit.
- getUserDefinedDescription() - Method in class org.openmuc.jmbus.DataRecord
-
- getVariableDataResponse() - Method in class org.openmuc.jmbus.WMBusMessage
-
- getVersion() - Method in class org.openmuc.jmbus.SecondaryAddress
-
- getVib() - Method in class org.openmuc.jmbus.DataRecord
-
Returns a byte array containing the VIB (i.e.
- valueOf(String) - Static method in enum org.openmuc.jmbus.DataRecord.DataValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jmbus.DataRecord.Description
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jmbus.DataRecord.FunctionField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jmbus.DeviceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jmbus.DlmsUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jmbus.EncryptionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jmbus.WMBusMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.openmuc.jmbus.DataRecord.DataValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jmbus.DataRecord.Description
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jmbus.DataRecord.FunctionField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jmbus.DeviceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jmbus.DlmsUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jmbus.EncryptionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jmbus.WMBusMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariableDataStructure - Class in org.openmuc.jmbus
-
Representation of the data transmitted in RESP-UD (M-Bus) and SND-NR (wM-Bus) messages.
- VariableDataStructure(byte[], int, int, SecondaryAddress, HashMap<String, byte[]>) - Constructor for class org.openmuc.jmbus.VariableDataStructure
-