openPDC Synchrophasor Help
CommonFrameHeader Class
NamespacesTVA.PhasorProtocols.FNetCommonFrameHeader
Represents the common header for a F-NET frame of data.
Declaration Syntax
C#Visual BasicVisual C++
public class CommonFrameHeader : CommonHeaderBase<int>
Public Class CommonFrameHeader _
	Inherits CommonHeaderBase(Of Integer)
public ref class CommonFrameHeader : public CommonHeaderBase<int>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CommonFrameHeader(array<Byte>[]()[][], Int32, Int32)
Creates a new CommonFrameHeader from given binaryImage.

DataElements
Gets F-NET data elements parsed during construction.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ParsedLength
Gets length of data parsed during construction.

State()()()() (Inherited from CommonHeaderBase<(Of <(<'Int32>)>)>.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TypeID()()()() (Inherited from CommonHeaderBase<(Of <(<'Int32>)>)>.)
Remarks
Because of its simplicity, all F-NET parsing is handled in the constructor of this class. Subsequently all parsed data is available as an array of strings where needed.
Inheritance Hierarchy
Object
CommonHeaderBase<(Of <(<'Int32>)>)>
 CommonFrameHeader

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0