Uses of Enum Class
org.yamcs.cfdp.pdu.FileDirectiveCode
-
Uses of FileDirectiveCode in org.yamcs.cfdp
-
Uses of FileDirectiveCode in org.yamcs.cfdp.pdu
Modifier and TypeFieldDescriptionstatic final Map<Byte,
FileDirectiveCode> FileDirectiveCode.Lookup
Modifier and TypeMethodDescriptionstatic FileDirectiveCode
FileDirectiveCode.fromCode
(byte code) returns the FileDirectiveCode for the given code or null if it is not definedAckPacket.getDirectiveCode()
AckPacket.getFileDirectiveCode()
EofPacket.getFileDirectiveCode()
FinishedPacket.getFileDirectiveCode()
KeepAlivePacket.getFileDirectiveCode()
MetadataPacket.getFileDirectiveCode()
NakPacket.getFileDirectiveCode()
static FileDirectiveCode
FileDirectiveCode.readFileDirectiveCodeFromHalfAByte
(byte b) static FileDirectiveCode
Returns the enum constant of this class with the specified name.static FileDirectiveCode[]
FileDirectiveCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAckPacket
(FileDirectiveCode code, AckPacket.FileDirectiveSubtypeCode subcode, ConditionCode conditionCode, AckPacket.TransactionStatus status, CfdpHeader header)