public class PDUEvent
extends java.util.EventObject
| Constructor and Description |
|---|
PDUEvent(java.lang.Object reader)
Instantiates a new pDU event.
|
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
getPDUBuffer()
Gets the PDU buffer.
|
EnumPDUType |
getPDUType()
Gets the PDU type.
|
void |
setPDUBuffer(java.nio.ByteBuffer pdubuf)
Sets the PDU buffer.
|
void |
setPDUType(byte bPDUType)
Sets the PDU type.
|
public PDUEvent(java.lang.Object reader)
reader - public void setPDUBuffer(java.nio.ByteBuffer pdubuf)
pdubuf - Byte Buffer containing the data.public java.nio.ByteBuffer getPDUBuffer()
public void setPDUType(byte bPDUType)
bPDUType - - the PDU typepublic EnumPDUType getPDUType()