仿真平台内核初版 -tlib库 包含<sparc arm riscv powerPC>
This commit is contained in:
17
lib/InpliTftpServer/libtftp/TftpTransferErrorEventArgs.cs
Normal file
17
lib/InpliTftpServer/libtftp/TftpTransferErrorEventArgs.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
// Telenor Inpli TFTP Server Module
|
||||
//
|
||||
// Copyright 2018 Telenor Inpli AS Norway
|
||||
|
||||
namespace libtftp
|
||||
{
|
||||
/// <summary>
|
||||
/// Event arguments for failed transfers
|
||||
/// </summary>
|
||||
public class TftpTransferErrorEventArgs : TftpTransferCompleteEventArgs
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of the transfer failure.
|
||||
/// </summary>
|
||||
public string FailureReason { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user