GSF.
|
Class | Description | |
---|---|---|
NetworkError | Network errors (i.e. socket exceptions) are represented by this class. | |
TFtpClient | A TFTP client that can connect to a TFTP server. | |
TFtpErrorPacket | Errors that are sent from the remote party using the TFTP Error Packet are represented by this class. | |
TFtpServer |
A simple TFTP server class. C# Dispose() |
|
TFtpTransferError |
Base class for all errors that may be passed to C# ITFtpTransfer.OnError |
|
TFtpTransferProgress | ||
TimeoutError | $(ITFtpTransfer.RetryTimeout) has been exceeded more than $(ITFtpTransfer.RetryCount) times in a row. |
Interface | Description | |
---|---|---|
ITFtpTransfer | Represents a single data transfer between a TFTP server and client. |
Delegate | Description | |
---|---|---|
TFtpErrorHandler | ||
TFtpEventHandler | ||
TFtpProgressHandler | ||
TFtpServerErrorHandler | ||
TFtpServerEventHandler |
Enumeration | Description | |
---|---|---|
BlockCounterWrapAround | ||
TFtpTransferMode |