dnp3 (C++ API) 1.6.0
Loading...
Searching...
No Matches
dnp3::FileInfo Struct Reference

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
 

Detailed Description

Information about a file or directory returned from the outstation.

This is a user-facing representation of Group 70 Variation 7

Member Data Documentation

◆ file_name

std::string dnp3::FileInfo::file_name

Name of the file or directory.

◆ file_type

FileType dnp3::FileInfo::file_type

Simple file or directory.

◆ permissions

Permissions dnp3::FileInfo::permissions

Outstation permissions for the file.

◆ size

uint32_t dnp3::FileInfo::size

Size of the file in bytes.

If a directory, this represents the number of files and directories contained within.

◆ time_created

uint64_t dnp3::FileInfo::time_created

DNP3 timestamp.

Milliseconds since January 1st, 1970 UTC. Only the lower 48-bits are used


The documentation for this struct was generated from the following file: