Represents the common implementation of the protocol independent definition of any kind of IChannel data.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public abstract class ChannelDefinitionBase : ChannelBase, IChannelDefinition, IChannel, ISupportBinaryImage, ISerializable, IEquatable<IChannelDefinition>, IComparable<IChannelDefinition>, IComparable
<SerializableAttribute> _ Public MustInherit Class ChannelDefinitionBase _ Inherits ChannelBase _ Implements IChannelDefinition, IChannel, ISupportBinaryImage, ISerializable, _ IEquatable(Of IChannelDefinition), IComparable(Of IChannelDefinition), IComparable
[SerializableAttribute] public ref class ChannelDefinitionBase abstract : public ChannelBase, IChannelDefinition, IChannel, ISupportBinaryImage, ISerializable, IEquatable<IChannelDefinition^>, IComparable<IChannelDefinition^>, IComparable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ChannelDefinitionBase(IConfigurationCell) |
Creates a new ChannelDefinitionBase.
| |
| ChannelDefinitionBase(IConfigurationCell, String, UInt32, Double) |
Creates a new ChannelDefinitionBase from specified parameters.
| |
| ChannelDefinitionBase(SerializationInfo, StreamingContext) |
Creates a new ChannelDefinitionBase from serialization parameters.
| |
| Attributes |
Gets a Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for this ChannelDefinitionBase object.
(Overrides ChannelBase.Attributes.) | |
| BinaryImage()()()() | (Inherited from BinaryImageBase.) | |
| BinaryLength()()()() | (Inherited from BinaryImageBase.) | |
| BodyImage |
Gets the binary body image of the ChannelDefinitionBase object.
(Overrides BinaryImageBase.BodyImage()()()().) | |
| BodyLength |
Gets the length of the BodyImage.
(Overrides BinaryImageBase.BodyLength()()()().) | |
| CompareTo(Object) |
Compares this instance to a specified object and returns an indication of their relative values.
| |
| CompareTo(IChannelDefinition) |
Compares this instance to a specified IChannelDefinition object and returns an indication of their
relative values.
| |
| ConversionFactor |
Gets or sets the conversion factor of this ChannelDefinitionBase.
| |
| 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 ChannelDefinitionBase.
| |
| Equals(Object) |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides Object.Equals(Object).) | |
| Equals(IChannelDefinition) |
Returns a value indicating whether this instance is equal to specified IChannelDefinition value.
| |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FooterImage()()()() | (Inherited from BinaryImageBase.) | |
| FooterLength()()()() | (Inherited from BinaryImageBase.) | |
| GetHashCode()()()() |
Returns the hash code for this instance.
(Overrides Object.GetHashCode()()()().) | |
| GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the target object.
| |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HeaderImage()()()() | (Inherited from BinaryImageBase.) | |
| HeaderLength()()()() | (Inherited from BinaryImageBase.) | |
| Index |
Gets or sets the index of this ChannelDefinitionBase.
| |
| Initialize(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
| Label |
Gets or sets the label of this ChannelDefinitionBase.
| |
| LabelImage |
Gets the binary image of the Label of this ChannelDefinitionBase.
| |
| MaximumLabelLength |
Gets the maximum length of the Label of this ChannelDefinitionBase.
| |
| MaximumScalingValue |
Gets the maximum value for the ScalingValue of this ChannelDefinitionBase.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Offset |
Gets or sets the offset of this ChannelDefinitionBase.
| |
| Parent |
Gets or sets the IConfigurationCell parent of this ChannelDefinitionBase.
| |
| ParseBodyImage(array<Byte>[]()[][], Int32, Int32) |
Parses the binary body image.
(Overrides BinaryImageBase.ParseBodyImage(array<Byte>[]()[][], Int32, Int32).) | |
| ParseFooterImage(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
| ParseHeaderImage(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
| ScalePerBit |
Gets the scale/bit for the ScalingValue of this ChannelDefinitionBase.
| |
| ScalingValue |
Gets or sets the integer scaling value of this ChannelDefinitionBase.
| |
| State |
Gets or sets the parsing state for this ChannelBase object.
(Inherited from ChannelBase.) | |
| Tag |
Gets or sets a user definable reference to an object associated with this ChannelBase object.
(Inherited from ChannelBase.) | |
| ToString()()()() |
Gets the string respresentation of this ChannelDefinitionBase.
(Overrides Object.ToString()()()().) |
| Object | ||||
| BinaryImageBase | ||||
| ChannelBase | ||||
| ChannelDefinitionBase | ||||
| AnalogDefinitionBase | ||||
| DigitalDefinitionBase | ||||
| FrequencyDefinitionBase | ||||
| PhasorDefinitionBase | ||||