lib60870.NET 2.3.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
|
File ready - F_FR_NA_1 (120) More...
Public Member Functions | |
override int | GetEncodedSize () |
FileReady (int objectAddress, NameOfFile nof, int lengthOfFile, bool positive) | |
Initializes a new instance of the lib60870.CS101.FileReady class. | |
override void | Encode (Frame frame, ApplicationLayerParameters parameters, bool isSequence) |
![]() | |
override string | ToString () |
InformationObject (int objectAddress) | |
int | GetEncodedSize () |
Gets the encoded payload size of the object (information object size without the IOA) | |
Properties | |
override TypeID | Type [get] |
override bool | SupportsSequence [get] |
NameOfFile | NOF [get, set] |
int | LengthOfFile [get, set] |
byte | FRQ [get, set] |
Gets or sets the FRQ (File ready qualifier) | |
bool | Positive [get] |
![]() | |
int | ObjectAddress [get, set] |
bool | SupportsSequence [get] |
Indicates if this information object type supports sequence of information objects encoding. | |
TypeID | Type [get] |
The type ID (message type) of the information object type. | |
Additional Inherited Members | |
![]() | |
InformationObject (ApplicationLayerParameters parameters, byte[] msg, int startIndex, bool isSequence) | |
File ready - F_FR_NA_1 (120)
lib60870.CS101.FileReady.FileReady | ( | int | objectAddress, |
NameOfFile | nof, | ||
int | lengthOfFile, | ||
bool | positive ) |
Initializes a new instance of the lib60870.CS101.FileReady class.
objectAddress | information object address (IOA) |
nof | NOF (file type) |
lengthOfFile | Length of file. |
positive | If set to true positive ACK. |
|
virtual |
Reimplemented from lib60870.CS101.InformationObject.