Represents the common header for a F-NET frame of data.


All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CommonFrameHeader(array<Byte>[]()[][], Int32, Int32) |
Creates a new CommonFrameHeader from given binaryImage.
|
![]() | DataElements |
Gets F-NET data elements parsed during construction.
|
![]() | Equals(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()()()() | (Inherited from Object.) |
![]() | TypeID()()()() | (Inherited from CommonHeaderBase<(Of <(<'Int32>)>)>.) |

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.