Represents the common header for all Macrodyne frames of data.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class CommonFrameHeader : CommonHeaderBase<FrameType>, ISerializable
<SerializableAttribute> _ Public Class CommonFrameHeader _ Inherits CommonHeaderBase(Of FrameType) _ Implements ISerializable
[SerializableAttribute] public ref class CommonFrameHeader : public CommonHeaderBase<FrameType>, ISerializable
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
CommonFrameHeader()()()() |
Creates a new CommonFrameHeader.
| |
CommonFrameHeader(array<Byte>[]()[][], Int32, ConfigurationFrame) |
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 Macrodyne data length.
| |
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.
| |
FrameLength |
Gets the Macrodyne frame length.
| |
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.) | |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
State()()()() | (Inherited from CommonHeaderBase<(Of <(<'FrameType>)>)>.) | |
StatusFlags |
Gets or sets the StatusFlags of this CommonFrameHeader.
| |
ToString()()()() | (Inherited from Object.) | |
TypeID()()()() | (Inherited from CommonHeaderBase<(Of <(<'FrameType>)>)>.) |