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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
byte[]
getBytes()
static TLV
getEntityIdTLV
(long entityId, int entityIdLength) byte
getType()
byte[]
getValue()
int
hashCode()
static TLV
readTLV
(ByteBuffer buffer) toJson()
toString()
void
writeToBuffer
(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