Package org.yamcs.cfdp.pdu
Class TLV
java.lang.Object
org.yamcs.cfdp.pdu.TLV
- Direct Known Subclasses:
FileStoreRequest,MessageToUser
Type, Length, Value
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]getBytes()static TLVgetEntityIdTLV(long entityId, int entityIdLength) bytegetType()byte[]getValue()inthashCode()static TLVreadTLV(ByteBuffer buffer) toJson()toString()voidwriteToBuffer(ByteBuffer buffer)
-
Field Details
-
TYPE_MESSAGE_TO_USER
public static final byte TYPE_MESSAGE_TO_USER- See Also:
-
-
Constructor Details
-
TLV
public TLV(byte type, byte[] value)
-
-
Method Details