![]() |
dnp3 (C API) 1.6.0
|
Information about a file or directory returned from the outstation. More...
#include <dnp3.h>
Data Fields | |
| const char * | file_name |
| Name of the file or directory. More... | |
| dnp3_file_type_t | file_type |
| Simple file or directory. More... | |
| uint32_t | size |
| Size of the file in bytes. More... | |
| uint64_t | time_created |
| DNP3 timestamp. More... | |
| dnp3_permissions_t | permissions |
| Outstation permissions for the file. More... | |
Information about a file or directory returned from the outstation.
This is a user-facing representation of Group 70 Variation 7
| const char* dnp3_file_info_t::file_name |
Name of the file or directory.
| dnp3_file_type_t dnp3_file_info_t::file_type |
Simple file or directory.
| dnp3_permissions_t dnp3_file_info_t::permissions |
Outstation permissions for the file.
| uint32_t dnp3_file_info_t::size |
Size of the file in bytes.
If a directory, this represents the number of files and directories contained within.
| uint64_t dnp3_file_info_t::time_created |
DNP3 timestamp.
Milliseconds since January 1st, 1970 UTC. Only the lower 48-bits are used