Represents a protocol independent interface representation of a definition of any kind of IChannel data.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface IChannelDefinition : IChannel, ISupportBinaryImage, ISerializable, IEquatable<IChannelDefinition>, IComparable<IChannelDefinition>, IComparable
Public Interface IChannelDefinition _ Inherits IChannel, ISupportBinaryImage, ISerializable, IEquatable(Of IChannelDefinition), _ IComparable(Of IChannelDefinition), IComparable
public interface class 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.
| |
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.
| |
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.
| |
Initialize(array<Byte>[]()[][], Int32, Int32) | (Inherited from ISupportBinaryImage.) | |
Label |
Gets or sets the label of this IChannelDefinition.
| |
LabelImage |
Gets the binary image of the Label of this IChannelDefinition.
| |
MaximumLabelLength |
Gets the maximum length of the Label of this IChannelDefinition.
| |
MaximumScalingValue |
Gets the maximum value for the ScalingValue of this IChannelDefinition.
| |
Offset |
Gets or sets the offset of this IChannelDefinition.
| |
Parent |
Gets the IConfigurationCell parent of this IChannelDefinition.
| |
ScalePerBit |
Gets the scale/bit value of this IChannelDefinition.
| |
ScalingValue |
Gets or sets the integer scaling value of this 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.) |
Remarks
Each instance of IChannelDefinition will have a more specific derived implementation
(e.g., IAnalogDefinition and IFrequencyDefinition), these specific implementations of
IChannelDefinition will be referenced children of a IConfigurationCell.
The IChannelDefinition defines the properties of an associated IChannelValue<(Of <(<'T>)>)>.
The IChannelDefinition defines the properties of an associated IChannelValue<(Of <(<'T>)>)>.