Uses of Enum
org.yamcs.cfdp.pdu.ActionCode
Packages that use ActionCode
-
Uses of ActionCode in org.yamcs.cfdp.pdu
Fields in org.yamcs.cfdp.pdu with type parameters of type ActionCodeMethods in org.yamcs.cfdp.pdu that return ActionCodeModifier and TypeMethodDescriptionFileStoreRequest.getActionCode()
FileStoreResponse.getActionCode()
static ActionCode
ActionCode.readActionCode
(byte b) static ActionCode
ActionCode.readActionCode
(ByteBuffer buffer) static ActionCode
Returns the enum constant of this type with the specified name.static ActionCode[]
ActionCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.yamcs.cfdp.pdu with parameters of type ActionCodeModifierConstructorDescriptionFileStoreRequest
(ActionCode actionCode, LV firstFileName) FileStoreRequest
(ActionCode actionCode, LV firstFileName, LV secondFileName) FileStoreResponse
(ActionCode actionCode, StatusCode statusCode, LV firstFileName, LV filestoreMessage) FileStoreResponse
(ActionCode actionCode, StatusCode statusCode, LV firstFileName, LV secondFileName, LV filestoreMessage)