Represents the common header for all SEL Fast Message frames of data.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class CommonFrameHeader : CommonHeaderBase<int>, ISerializable
<SerializableAttribute> _ Public Class CommonFrameHeader _ Inherits CommonHeaderBase(Of Integer) _ Implements ISerializable
[SerializableAttribute] public ref class CommonFrameHeader : public CommonHeaderBase<int>, ISerializable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| CommonFrameHeader(FrameSize, Ticks) |
Creates a new CommonFrameHeader from specified parameters.
| |
| CommonFrameHeader(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 CommonFrameHeader.
| |
| DataLength |
Gets the length of the data in the SEL Fast Message frame (i.e., the FrameSize minus the HeaderLength and checksum) of this CommonFrameHeader.
| |
| 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.
| |
| FrameSize |
Gets or sets the SEL Fast Message frame size of this CommonFrameHeader.
| |
| 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.) | |
| HeaderLength |
Total header length of CommonFrameHeader.
| |
| IDCode |
Gets or sets the SEL Fast Message destination address (PMADDR setting) of this CommonFrameHeader.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RegisterCount |
Gets the SEL Fast Message register count of this CommonFrameHeader.
| |
| SampleNumber |
Gets the SEL Fast Message sample number of this CommonFrameHeader.
| |
| SecondOfCentury |
Gets the SEL Fast Message second of century of this CommonFrameHeader.
| |
| State()()()() | (Inherited from CommonHeaderBase<(Of <(<'Int32>)>)>.) | |
| Timestamp |
Gets or sets timestamp of this CommonFrameHeader.
| |
| TimeTag |
Gets the timestamp of this frame in NTP format.
| |
| ToString()()()() | (Inherited from Object.) | |
| TypeID()()()() | (Inherited from CommonHeaderBase<(Of <(<'Int32>)>)>.) |