Class PdEvent
java.lang.Object
com.trdp.pd.PdEvent
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPdEvent(PdEvent.Type type, int comId, byte[] data, int sequenceCounter, InetAddress sourceAddress, InetAddress destinationAddress, int replyComId, int replyIpAddress, int resultCode) -
Method Summary
-
Constructor Details
-
PdEvent
public PdEvent(PdEvent.Type type, int comId, byte[] data, int sequenceCounter, InetAddress sourceAddress, InetAddress destinationAddress, int replyComId, int replyIpAddress, int resultCode)
-
-
Method Details
-
getType
-
getComId
public int getComId() -
getData
public byte[] getData() -
getSequenceCounter
public int getSequenceCounter() -
getSourceAddress
-
getDestinationAddress
-
getReplyComId
public int getReplyComId() -
getReplyIpAddress
public int getReplyIpAddress() -
getResultCode
public int getResultCode()
-