lib60870.NET 2.3.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
|
Represents the available files in a file client or file server. More...
Public Member Functions | |
void | AddFile (IFileProvider file) |
Adds a file to the list of available files. | |
void | RemoveFile (IFileProvider file) |
Removes a file from the list of available files. | |
List< IFileProvider > | GetFiles () |
Gets the list of available files. | |
Represents the available files in a file client or file server.
void lib60870.CS101.FilesAvailable.AddFile | ( | IFileProvider | file | ) |
Adds a file to the list of available files.
file | file to add |
List< IFileProvider > lib60870.CS101.FilesAvailable.GetFiles | ( | ) |
Gets the list of available files.
void lib60870.CS101.FilesAvailable.RemoveFile | ( | IFileProvider | file | ) |
Removes a file from the list of available files.
file | file to remove |