![]() |
dnp3 (.NET API) 1.5.2
|
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... | |
Information about a file or directory returned from the outstation
This is a user-facing representation of Group 70 Variation 7
|
inline |
Name of the file or directory
|
inline |
Outstation permissions for the file
|
inline |
Size of the file in bytes
If a directory, this represents the number of files and directories contained within.
|
inline |
DNP3 timestamp
Milliseconds since January 1st, 1970 UTC. Only the lower 48-bits are used
string dnp3.FileInfo.FileName |
Name of the file or directory
FileType dnp3.FileInfo.FileType |
Simple file or directory
Permissions dnp3.FileInfo.Permissions |
Outstation permissions for the file
uint dnp3.FileInfo.Size |
Size of the file in bytes
If a directory, this represents the number of files and directories contained within.
ulong dnp3.FileInfo.TimeCreated |
DNP3 timestamp
Milliseconds since January 1st, 1970 UTC. Only the lower 48-bits are used