tftp library
Classes
- Error
- Error codes
- OpCode
- TFTP OpCode
- SendCompleter
- TFtpClient
- TFTP Client
- TFtpServer
- TFtpServer is a server for TFTP protocol
- TFtpServerSocket
- The socket for TFTP server
- TransInfo
- TransType
Enums
Properties
Typedefs
- ErrorCallBack = void Function(int code, String message)
- Callback for error
- ProgressCallback = void Function(int count, int total)
- Callback for progress
- ReadFileCallBack = String Function(String file, void onProgress({ProgressCallback? progressCallback}))
- Callback for read event
-
WriteFileCallBack
= String Function(String file, void doTransform({bool overwrite, StreamTransformer<
List< ? transformer}))int> , List<int> > - Callback for write event
Exceptions / Errors
- TFtpException
- Exception for TFTP