All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.cfdp.FileDirective Maven / Gradle / Ivy

There is a newer version: 5.10.7
Show newest version
package org.yamcs.cfdp;

import org.yamcs.cfdp.pdu.FileDirectiveCode;

public interface FileDirective {

    public FileDirectiveCode getFileDirectiveCode();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy