onboardapi  9.10.0
by Rheinmetall
M_FileTransfer::TransferStatusKind Namespace Reference

Enumerations

enum  Type {
  Unknown , In_Progress , Waiting , Paused ,
  Failed , Success
}
 The enumeration for the transfer status. More...
 

Functions

std::string toString (M_FileTransfer::TransferStatusKind::Type val)
 
M_FileTransfer::TransferStatusKind::Type fromString (const std::string &val)
 

Enumeration Type Documentation

◆ Type

The enumeration for the transfer status.

Enumerator
Unknown 

The transfer status is not known.

In_Progress 

The transfer is in progress.

Waiting 

The transfer is queued and waiting for execution.

Paused 

The transfer is paused.

Failed 

The transfer is failed.

Success 

The transfer completed successfully.

Function Documentation

◆ fromString()

M_FileTransfer::TransferStatusKind::Type M_FileTransfer::TransferStatusKind::fromString ( const std::string &  val)
inline

◆ toString()

std::string M_FileTransfer::TransferStatusKind::toString ( M_FileTransfer::TransferStatusKind::Type  val)
inline