tuwien.auto.eicl.struct.cemi
Interface CEMI
- CEMI_L_DATA
This interface is thought as skeleton for cEMI messages
abstract byte[] | getData() - Get the CEMI_L_DATA application layer data (Message body).
|
short | getMessageCode() - Returns the CEMI_L_DATA message code.
|
abstract int | getStructLength() - Get the length of the message in bytes
|
abstract byte[] | toByteArray() - Get the byte representation of the CEMI_L_DATA_Message.
|
getData
public abstract byte[] getData()
Get the CEMI_L_DATA application layer data (Message body).
getMessageCode
public short getMessageCode()
Returns the CEMI_L_DATA message code. See constants.
- CEMI_L_DATA message code.
getStructLength
public abstract int getStructLength()
Get the length of the message in bytes
toByteArray
public abstract byte[] toByteArray()
throws EICLException
Get the byte representation of the CEMI_L_DATA_Message.
- CEMI_L_DATA message as byte array.