Package org.yamcs.cfdp.pdu
Class OriginatingTransactionId
java.lang.Object
org.yamcs.cfdp.pdu.TLV
org.yamcs.cfdp.pdu.MessageToUser
org.yamcs.cfdp.pdu.ReservedMessageToUser
org.yamcs.cfdp.pdu.OriginatingTransactionId
-
Nested Class Summary
Nested classes/interfaces inherited from class org.yamcs.cfdp.pdu.ReservedMessageToUser
ReservedMessageToUser.MessageType
-
Field Summary
Fields inherited from class org.yamcs.cfdp.pdu.ReservedMessageToUser
MESSAGE_IDENTIFIER
Fields inherited from class org.yamcs.cfdp.pdu.TLV
TYPE_MESSAGE_TO_USER
-
Constructor Summary
ConstructorDescriptionOriginatingTransactionId
(byte[] content) OriginatingTransactionId
(long sourceEntityId, long transactionSequenceNumber) -
Method Summary
Methods inherited from class org.yamcs.cfdp.pdu.ReservedMessageToUser
fromValue, getContent, getMessageType
Methods inherited from class org.yamcs.cfdp.pdu.MessageToUser
fromTLV
Methods inherited from class org.yamcs.cfdp.pdu.TLV
equals, getBytes, getEntityIdTLV, getType, getValue, hashCode, readTLV, writeToBuffer
-
Constructor Details
-
OriginatingTransactionId
public OriginatingTransactionId(long sourceEntityId, long transactionSequenceNumber) -
OriginatingTransactionId
public OriginatingTransactionId(byte[] content)
-
-
Method Details
-
getSourceEntityId
public long getSourceEntityId() -
getTransactionSequenceNumber
public long getTransactionSequenceNumber() -
toCfdpTransactionId
-
toJson
- Overrides:
toJson
in classReservedMessageToUser
-
toString
-