Represents the common header for all IEEE C37.118 frames of data.

C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class CommonFrameHeader : ICommonHeader<FrameType>, ISerializable
<SerializableAttribute> _ Public Class CommonFrameHeader _ Implements ICommonHeader(Of FrameType), ISerializable
[SerializableAttribute] public ref class CommonFrameHeader : ICommonHeader<FrameType>, ISerializable

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | CommonFrameHeader(FrameType, UInt16, Ticks) |
Creates a new CommonFrameHeader from specified parameters.
|
![]() | CommonFrameHeader(ConfigurationFrame1, array<Byte>[]()[][], Int32) |
Creates a new CommonFrameHeader from given binaryImage.
|
![]() | CommonFrameHeader(SerializationInfo, StreamingContext) |
Creates a new CommonFrameHeader from serialization parameters.
|
![]() | BinaryImage |
Gets the binary image of the common header portion of this frame.
|
![]() | DataLength |
Gets or sets the length of the data in the IEEE C37.118 frame (i.e., the FrameLength minus the header length and checksum: FrameLength - 8).
|
![]() | 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.) |
![]() ![]() | FixedLength |
Total fixed length of CommonFrameHeader.
|
![]() | FractionOfSecond |
Gets the IEEE C37.118 fraction of second.
|
![]() | FrameLength |
Gets or sets the IEEE C37.118 frame length of this frame.
|
![]() | FrameType |
Gets the fundamental frame type of this frame.
|
![]() | GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the target object.
|
![]() | GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | IDCode |
Gets or sets the IEEE C37.118 ID code of this frame.
|
![]() | MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | SecondOfCentury |
Gets the IEEE C37.118 second of century.
|
![]() | State |
Gets or sets the parsing state for the CommonFrameHeader object.
|
![]() | Timebase |
Gets or sets the IEEE C37.118 resolution of fractional time stamps.
|
![]() | TimeQualityFlags |
Gets or sets the IEEE C37.118 TimeQualityFlags.
|
![]() | TimeQualityIndicatorCode |
Gets or sets the IEEE C37.118 TimeQualityIndicatorCode.
|
![]() | Timestamp |
Gets or sets timestamp of this CommonFrameHeader.
|
![]() | TimeTag |
Gets time as a UnixTimeTag representing seconds of current Timestamp.
|
![]() | ToString()()()() | (Inherited from Object.) |
![]() | TypeID |
Gets or sets the IEEE C37.118 specific frame type of this frame.
|
![]() | Version |
Gets or sets the IEEE C37.118 version of this frame.
|

Object | |
![]() | CommonFrameHeader |