lib60870.NET 2.3.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
Loading...
Searching...
No Matches
lib60870.CS101.InformationObject Class Referenceabstract
Inheritance diagram for lib60870.CS101.InformationObject:

Public Member Functions

override string ToString ()
 
 InformationObject (int objectAddress)
 
int GetEncodedSize ()
 Gets the encoded payload size of the object (information object size without the IOA)
 
virtual void Encode (Frame frame, ApplicationLayerParameters parameters, bool isSequence)
 

Protected Member Functions

 InformationObject (ApplicationLayerParameters parameters, byte[] msg, int startIndex, bool isSequence)
 

Properties

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.
 

Member Function Documentation

◆ GetEncodedSize()

int lib60870.CS101.InformationObject.GetEncodedSize ( )
abstract

Gets the encoded payload size of the object (information object size without the IOA)

Returns
The encoded size in bytes

Property Documentation

◆ SupportsSequence

bool lib60870.CS101.InformationObject.SupportsSequence
getabstract

Indicates if this information object type supports sequence of information objects encoding.

true if supports sequence encoding; otherwise, false.

◆ Type

TypeID lib60870.CS101.InformationObject.Type
getabstract

The type ID (message type) of the information object type.

The type.


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