Represents a protocol independent interface representation of a definition of a IFrequencyValue.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface IFrequencyDefinition : IChannelDefinition, IChannel, ISupportBinaryImage, ISerializable, IEquatable<IChannelDefinition>, IComparable<IChannelDefinition>, IComparable
Public Interface IFrequencyDefinition _ Inherits IChannelDefinition, IChannel, ISupportBinaryImage, ISerializable, _ IEquatable(Of IChannelDefinition), IComparable(Of IChannelDefinition), IComparable
public interface class IFrequencyDefinition : IChannelDefinition, IChannel, ISupportBinaryImage, ISerializable, IEquatable<IChannelDefinition^>, IComparable<IChannelDefinition^>, IComparable
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
Attributes |
Gets a Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for this IChannel object.
(Inherited from IChannel.) | |
BinaryImage()()()() | (Inherited from ISupportBinaryImage.) | |
BinaryLength()()()() | (Inherited from ISupportBinaryImage.) | |
CompareTo(T) |
Compares the current object with another object of the same type.
(Inherited from IComparable<(Of <(<'IChannelDefinition>)>)>.) | |
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.) | |
ConversionFactor |
Gets or sets the conversion factor of this IChannelDefinition.
(Inherited from IChannelDefinition.) | |
CopyImage(ISupportBinaryImage, array<Byte>[]()[][], Int32%) |
This is a common optimized block copy function for any kind of data.
(Inherited from Common.) | |
DataFormat |
Gets the DataFormat of this IChannelDefinition.
(Inherited from IChannelDefinition.) | |
DfDtOffset |
Gets or sets the df/dt offset of this IFrequencyDefinition.
| |
DfDtScalingValue |
Gets or sets the df/dt scaling value of this IFrequencyDefinition.
| |
Equals(T) |
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatable<(Of <(<'IChannelDefinition>)>)>.) | |
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.) | |
Index |
Gets or sets the index of this IChannelDefinition.
(Inherited from IChannelDefinition.) | |
Initialize(array<Byte>[]()[][], Int32, Int32) | (Inherited from ISupportBinaryImage.) | |
Label |
Gets or sets the label of this IChannelDefinition.
(Inherited from IChannelDefinition.) | |
LabelImage |
Gets the binary image of the Label of this IChannelDefinition.
(Inherited from IChannelDefinition.) | |
MaximumLabelLength |
Gets the maximum length of the Label of this IChannelDefinition.
(Inherited from IChannelDefinition.) | |
MaximumScalingValue |
Gets the maximum value for the ScalingValue of this IChannelDefinition.
(Inherited from IChannelDefinition.) | |
NominalFrequency |
Gets the nominal LineFrequency of this IFrequencyDefinition.
| |
Offset |
Gets or sets the offset of this IChannelDefinition.
(Inherited from IChannelDefinition.) | |
Parent |
Gets the IConfigurationCell parent of this IChannelDefinition.
(Inherited from IChannelDefinition.) | |
ScalePerBit |
Gets the scale/bit value of this IChannelDefinition.
(Inherited from IChannelDefinition.) | |
ScalingValue |
Gets or sets the integer scaling value of this IChannelDefinition.
(Inherited from IChannelDefinition.) | |
State |
Gets or sets the parsing state for this IChannel object.
(Inherited from IChannel.) | |
Tag |
Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from IChannel.) |