Package org.yamcs.cfdp.pdu
Class DirectoryListingResponse
java.lang.Object
org.yamcs.cfdp.pdu.TLV
org.yamcs.cfdp.pdu.MessageToUser
org.yamcs.cfdp.pdu.ReservedMessageToUser
org.yamcs.cfdp.pdu.DirectoryListingResponse
-
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
ConstructorDescriptionDirectoryListingResponse
(byte[] content) DirectoryListingResponse
(DirectoryListingResponse.ListingResponseCode listingResponseCode, String directoryName, String directoryFileName) -
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
-
DirectoryListingResponse
public DirectoryListingResponse(DirectoryListingResponse.ListingResponseCode listingResponseCode, String directoryName, String directoryFileName) -
DirectoryListingResponse
public DirectoryListingResponse(byte[] content)
-
-
Method Details
-
getListingResponseCode
-
toJson
- Overrides:
toJson
in classReservedMessageToUser
-
toString
-