dnp3 (C API) 1.6.0
Loading...
Searching...
No Matches
dnp3_file_info_t Struct Reference

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...
 

Detailed Description

Information about a file or directory returned from the outstation.

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

Field Documentation

◆ file_name

const char* dnp3_file_info_t::file_name

Name of the file or directory.

◆ file_type

dnp3_file_type_t dnp3_file_info_t::file_type

Simple file or directory.

◆ permissions

dnp3_permissions_t dnp3_file_info_t::permissions

Outstation permissions for the file.

◆ size

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.

◆ time_created

uint64_t dnp3_file_info_t::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: