public interface IConfigurationFrame : IChannelFrame,
IChannel, ISupportBinaryImage, IFrame, IEquatable<IFrame>,
IComparable<IFrame>, IComparable, ISerializable
Public Interface IConfigurationFrame
Inherits IChannelFrame, IChannel, ISupportBinaryImage, IFrame,
IEquatable(Of IFrame), IComparable(Of IFrame), IComparable,
ISerializable
public interface class IConfigurationFrame : IChannelFrame,
IChannel, ISupportBinaryImage, IFrame, IEquatable<IFrame^>,
IComparable<IFrame^>, IComparable, ISerializable
Gemstone.PhasorProtocols.IConfigurationFrame = function();
Gemstone.PhasorProtocols.IConfigurationFrame.createInterface('Gemstone.PhasorProtocols.IConfigurationFrame');
Attributes |
Gets a DictionaryTKey, TValue of string based property names and values for this IChannel object.
(Inherited from IChannel) |
BinaryLength |
Gets the length of the binary image.
(Inherited from ISupportBinaryImage) |
Cells | Gets reference to the ConfigurationCellCollection for this IConfigurationFrame. |
CreatedTimestamp |
Gets timestamp, in ticks, of when this IFrame was created.
(Inherited from IFrame) |
FrameRate | Gets or sets defined frame rate of this IConfigurationFrame. |
FrameType |
Gets the FundamentalFrameType for this IChannelFrame.
(Inherited from IChannelFrame) |
IDCode |
Gets or sets the ID code of this IChannelFrame.
(Inherited from IChannelFrame) |
LastSortedMeasurement |
Gets or sets reference to last IMeasurement that was sorted into this IFrame.
(Inherited from IFrame) |
Lifespan |
Gets the life-span of this IFrame since its creation.
(Inherited from IFrame) |
Measurements |
Keyed measurements in this IFrame.
(Inherited from IFrame) |
Published |
Gets or sets published state of this IFrame (pre-processing).
(Inherited from IFrame) |
SortedMeasurements |
Gets or sets total number of measurements that have been sorted into this IFrame.
(Inherited from IFrame) |
State | Gets or sets the parsing state for the this IConfigurationFrame. |
Tag |
Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from IChannel) |
TicksPerFrame | Gets the defined Ticks per frame of this IConfigurationFrame. |
Timestamp |
Gets or sets exact timestamp, in Ticks, of the data represented in this IFrame.
(Inherited from IFrame) |
TimeTag |
Gets UNIX based time representation of the ticks of this IChannelFrame.
(Inherited from IChannelFrame) |
CompareTo(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) |
CompareTo(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) |
Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatableIFrame) |
GenerateBinaryImage(Byte[], Int32) |
Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ISupportBinaryImage) |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable) Obsolete. |
ParseBinaryImage(Byte[], Int32, Int32) |
Initializes object by parsing the specified buffer containing a binary image.
(Inherited from ISupportBinaryImage) |
SetNominalFrequency | Sets a new nominal LineFrequency for all IFrequencyDefinition elements of each IConfigurationCell in the Cells collection. |