dnp3 (.NET API) 1.5.2
Loading...
Searching...
No Matches
dnp3.FileInfo Class Reference

Information about a file or directory returned from the outstation More...

Public Member Functions

FileInfo WithFileName (string value)
 Name of the file or directory More...
 
FileInfo WithFileType (FileType value)
 Simple file or directory More...
 
FileInfo WithSize (uint value)
 Size of the file in bytes More...
 
FileInfo WithTimeCreated (ulong value)
 DNP3 timestamp More...
 
FileInfo WithPermissions (Permissions value)
 Outstation permissions for the file More...
 

Public Attributes

string FileName
 Name of the file or directory More...
 
FileType FileType
 Simple file or directory More...
 
uint Size
 Size of the file in bytes More...
 
ulong TimeCreated
 DNP3 timestamp More...
 
Permissions 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

Member Function Documentation

◆ WithFileName()

FileInfo dnp3.FileInfo.WithFileName ( string  value)
inline

Name of the file or directory

◆ WithFileType()

FileInfo dnp3.FileInfo.WithFileType ( FileType  value)
inline

Simple file or directory

◆ WithPermissions()

FileInfo dnp3.FileInfo.WithPermissions ( Permissions  value)
inline

Outstation permissions for the file

◆ WithSize()

FileInfo dnp3.FileInfo.WithSize ( uint  value)
inline

Size of the file in bytes

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

◆ WithTimeCreated()

FileInfo dnp3.FileInfo.WithTimeCreated ( ulong  value)
inline

DNP3 timestamp

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

Member Data Documentation

◆ FileName

string dnp3.FileInfo.FileName

Name of the file or directory

◆ FileType

FileType dnp3.FileInfo.FileType

Simple file or directory

◆ Permissions

Permissions dnp3.FileInfo.Permissions

Outstation permissions for the file

◆ Size

uint dnp3.FileInfo.Size

Size of the file in bytes

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

◆ TimeCreated

ulong dnp3.FileInfo.TimeCreated

DNP3 timestamp

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


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