public static class RawMessageData.CosemPdu
extends java.lang.Object
Constructor and Description |
---|
CosemPdu(byte[] cipheredCosemPdu,
byte[] plainCosemPdu) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getCipheredCosemPdu()
Get the ciphered COSEM PDU.
|
byte[] |
getPlainCosemPdu()
Get the plain COSEM PDU
|
java.lang.String |
toString() |
public byte[] getCipheredCosemPdu()
NOTE: this may be null
if the transmitted message is no encrypted.
public byte[] getPlainCosemPdu()
public java.lang.String toString()
toString
in class java.lang.Object