[SerializableAttribute]
public class CommonFrameHeader : ICommonHeader<FrameType>,
ISerializable<SerializableAttribute>
Public Class CommonFrameHeader
Implements ICommonHeader(Of FrameType), ISerializable[SerializableAttribute]
public ref class CommonFrameHeader : ICommonHeader<FrameType>,
ISerializableGemstone.PhasorProtocols.IEEE1344.CommonFrameHeader = function();
Type.createClass(
'Gemstone.PhasorProtocols.IEEE1344.CommonFrameHeader',
null,
ICommonHeader,
ISerializable);| CommonFrameHeader(Byte, Int32) | Creates a new CommonFrameHeader from given buffer. |
| CommonFrameHeader(FrameType, Ticks) | Creates a new CommonFrameHeader from specified parameters. |
| 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 1344 frame (i.e., the FrameLength minus the header length and checksum: FrameLength - 8). |
| FrameCount | Gets or sets the total frame count. |
| FrameImages | Gets or sets reference to a FrameImageCollector associated the IEEE 1344 frame, if any. |
| FrameLength | Gets or sets the entire length of the IEEE 1344 frame. |
| FrameType | Gets the fundamental frame type of this frame. |
| IsFirstFrame | Gets or sets flag from that determines if this is the first frame image in a series of images representing an entire frame. |
| IsLastFrame | Gets or sets flag that determines if this is the last frame image in a series of images representing an entire frame. |
| SampleCount | Gets or sets the sample number (i.e., frame count) of this frame. |
| State | Gets or sets the parsing state for the CommonFrameHeader object. |
| Timestamp | Gets or sets timestamp of this CommonFrameHeader. |
| TimeTag | Gets the timestamp of this frame in NTP format. |
| TypeID | Gets or sets the IEEE 1344 specific frame type of this frame. |
| ChecksumIsValid | Validates the CRC-CCITT for the specified IEEE 1344 buffer. |
| 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) |
| FixedLength | Total fixed length of CommonFrameHeader. |