Common
|
[SerializableAttribute] public class CommonFrameHeader : CommonHeaderBase<int>, ISerializable
The CommonFrameHeader type exposes the following members.
Name | Description | |
---|---|---|
CommonFrameHeader(Byte, Int32) | Creates a new CommonFrameHeader from given buffer. | |
CommonFrameHeader(FrameSize, Ticks) | Creates a new CommonFrameHeader from specified parameters. | |
CommonFrameHeader(SerializationInfo, StreamingContext) | Creates a new CommonFrameHeader from serialization parameters. |
Name | Description | |
---|---|---|
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. | |
FrameSize | Gets or sets the SEL Fast Message frame size of this CommonFrameHeader. | |
IDCode | Gets or sets the SEL Fast Message destination address (PMADDR setting) of this CommonFrameHeader. | |
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 |
Gets or sets any additional state information that might be needed for parsing.
(Inherited from CommonHeaderBaseTTypeIdentifier) | |
Timestamp | Gets or sets timestamp of this CommonFrameHeader. | |
TimeTag | Gets the timestamp of this frame in NTP format. | |
TypeID |
Gets or sets the identifier used for identifying the Type to be parsed.
(Inherited from CommonHeaderBaseTTypeIdentifier) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetObjectData | 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) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
FixedLength | Total fixed length of CommonFrameHeader. | |
HeaderLength | Total header length of CommonFrameHeader. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |