Click or drag to resize

IHeaderFrame Interface

Represents a protocol independent interface representation of any kind of header frame that contains a collection of IHeaderCell objects.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
View Source

The IHeaderFrame type exposes the following members.

Properties
 NameDescription
Public propertyAttributes Gets a DictionaryTKey, TValue of string based property names and values for this IChannel object.
(Inherited from IChannel)
Public propertyBinaryLength Gets the length of the binary image.
(Inherited from ISupportBinaryImage)
Public propertyCells Gets reference to the HeaderCellCollection for this IHeaderFrame.
Public propertyCreatedTimestamp Gets timestamp, in ticks, of when this IFrame was created.
(Inherited from IFrame)
Public propertyFrameType Gets the FundamentalFrameType for this IChannelFrame.
(Inherited from IChannelFrame)
Public propertyHeaderData Gets or sets header data for this IHeaderFrame.
Public propertyIDCode Gets or sets the ID code of this IChannelFrame.
(Inherited from IChannelFrame)
Public propertyLastSortedMeasurement Gets or sets reference to last IMeasurement that was sorted into this IFrame.
(Inherited from IFrame)
Public propertyLifespan Gets the life-span of this IFrame since its creation.
(Inherited from IFrame)
Public propertyMeasurements Keyed measurements in this IFrame.
(Inherited from IFrame)
Public propertyPublished Gets or sets published state of this IFrame (pre-processing).
(Inherited from IFrame)
Public propertySortedMeasurements Gets or sets total number of measurements that have been sorted into this IFrame.
(Inherited from IFrame)
Public propertyState Gets or sets the parsing state for the this IHeaderFrame.
Public propertyTag Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from IChannel)
Public propertyTimestamp Gets or sets exact timestamp, in Ticks, of the data represented in this IFrame.
(Inherited from IFrame)
Public propertyTimeTag Gets UNIX based time representation of the ticks of this IChannelFrame.
(Inherited from IChannelFrame)
Top
Methods
 NameDescription
Public methodCompareTo(T)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparableIFrame)
Public methodCompareTo(Object)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparable)
Public methodEqualsIndicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIFrame)
Public methodGenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ISupportBinaryImage)
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Public methodParseBinaryImage Initializes object by parsing the specified buffer containing a binary image.
(Inherited from ISupportBinaryImage)
Top
Extension Methods
 NameDescription
Public Extension MethodBinaryImage Returns a binary image of an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions)
Public Extension MethodCopyBinaryImageToStream Copies binary image of object that implements ISupportBinaryImage to a Stream.
(Defined by ISupportBinaryImageExtensions)
Public Extension MethodCopyImage This is a common optimized block copy function for any kind of data.
(Defined by Common)
Public Extension MethodParseBinaryImageFromStream Parses binary image of object that implements ISupportBinaryImage from a Stream.
(Defined by ISupportBinaryImageExtensions)
Top
See Also