Uses of Enum Class
org.yamcs.cfdp.pdu.FileDirectiveCode
Packages that use FileDirectiveCode
-
Uses of FileDirectiveCode in org.yamcs.cfdp
Methods in org.yamcs.cfdp that return FileDirectiveCode -
Uses of FileDirectiveCode in org.yamcs.cfdp.pdu
Fields in org.yamcs.cfdp.pdu with type parameters of type FileDirectiveCodeModifier and TypeFieldDescriptionstatic final Map<Byte,FileDirectiveCode> FileDirectiveCode.LookupMethods in org.yamcs.cfdp.pdu that return FileDirectiveCodeModifier and TypeMethodDescriptionstatic FileDirectiveCodeFileDirectiveCode.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 FileDirectiveCodeFileDirectiveCode.readFileDirectiveCodeFromHalfAByte(byte b) static FileDirectiveCodeReturns 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.Constructors in org.yamcs.cfdp.pdu with parameters of type FileDirectiveCodeModifierConstructorDescriptionAckPacket(FileDirectiveCode code, AckPacket.FileDirectiveSubtypeCode subcode, ConditionCode conditionCode, AckPacket.TransactionStatus status, CfdpHeader header)