tftp library

Enums

WorkType

Properties

encoder Utf8Encoder
no setter
errorDic Map<int, String>
getter/setter pair

Typedefs

ErrorCallBack = void Function(int code, String message)
ProgressCallback = void Function(int count, int total)
ReadFileCallBack = String Function(String file, void onProgress({ProgressCallback? progressCallback}))
WriteFileCallBack = String Function(String file, void doTransform({bool overwrite, StreamTransformer<List<int>, dynamic>? transformer}))

Exceptions / Errors

TFtpException