public static class RawMessageData.Apdu
extends java.lang.Object
Constructor and Description |
---|
Apdu(RawMessageData.CosemPdu cosemPdu,
byte[] acsePdu)
Construct an new APDU.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getAcsePdu()
Get the ACSE PDU of the DLMS message.
|
RawMessageData.CosemPdu |
getCosemPdu()
Get the COSEM pdu.
|
java.lang.String |
toString() |
public Apdu(RawMessageData.CosemPdu cosemPdu, byte[] acsePdu)
cosemPdu
- the COSEM PDU.acsePdu
- the ACSE PDU.public RawMessageData.CosemPdu getCosemPdu()
This is null for a graceful disconnect.
public byte[] getAcsePdu()
Note: this may be null.
public java.lang.String toString()
toString
in class java.lang.Object