|
lib60870.NET 2.3.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
|
File segment - F_SG_NA_1 (125) More...


Public Member Functions | |
| override int | GetEncodedSize () |
| FileSegment (int objectAddress, NameOfFile nof, byte nameOfSection, byte[] data) | |
| override void | Encode (Frame frame, ApplicationLayerParameters parameters, bool isSequence) |
Public Member Functions inherited from lib60870.CS101.InformationObject | |
| override string | ToString () |
| InformationObject (int objectAddress) | |
| int | GetEncodedSize () |
| Gets the encoded payload size of the object (information object size without the IOA) | |
Static Public Member Functions | |
| static int | GetMaxDataSize (ApplicationLayerParameters parameters) |
Properties | |
| override TypeID | Type [get] |
| override bool | SupportsSequence [get] |
| NameOfFile | NOF [get, set] |
| byte | NameOfSection [get, set] |
| byte | LengthOfSegment [get, set] |
| byte[] | SegmentData [get] |
Properties inherited from lib60870.CS101.InformationObject | |
| 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 | |
Protected Member Functions inherited from lib60870.CS101.InformationObject | |
| InformationObject (ApplicationLayerParameters parameters, byte[] msg, int startIndex, bool isSequence) | |
File segment - F_SG_NA_1 (125)
|
virtual |
Reimplemented from lib60870.CS101.InformationObject.