![]() |
dnp3 (C++ API) 1.6.0
|
Information about a file or directory returned from the outstation. More...
#include <dnp3.hpp>
Public Attributes | |
| std::string | file_name |
| Name of the file or directory. More... | |
| FileType | file_type |
| Simple file or directory. More... | |
| uint32_t | size |
| Size of the file in bytes. More... | |
| uint64_t | time_created |
| DNP3 timestamp. More... | |
| Permissions | permissions |
| Outstation permissions for the file. More... | |
Friends | |
| class | CppFileInfoFriend |
Information about a file or directory returned from the outstation.
This is a user-facing representation of Group 70 Variation 7
| std::string dnp3::FileInfo::file_name |
Name of the file or directory.
| FileType dnp3::FileInfo::file_type |
Simple file or directory.
| Permissions dnp3::FileInfo::permissions |
Outstation permissions for the file.
| uint32_t dnp3::FileInfo::size |
Size of the file in bytes.
If a directory, this represents the number of files and directories contained within.
| uint64_t dnp3::FileInfo::time_created |
DNP3 timestamp.
Milliseconds since January 1st, 1970 UTC. Only the lower 48-bits are used