Represents a protocol independent interface representation of any data type that can
be parsed or generated.
This is the base interface implemented by all parsing/generating classes in the phasor protocols library; it is the root of the parsing/generating interface hierarchy.
This is the base interface implemented by all parsing/generating classes in the phasor protocols library; it is the root of the parsing/generating interface hierarchy.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface IChannel : ISupportBinaryImage
Public Interface IChannel _ Inherits ISupportBinaryImage
public interface class IChannel : ISupportBinaryImage
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.
| |
BinaryImage()()()() | (Inherited from ISupportBinaryImage.) | |
BinaryLength()()()() | (Inherited from ISupportBinaryImage.) | |
CopyImage(ISupportBinaryImage, array<Byte>[]()[][], Int32%) |
This is a common optimized block copy function for any kind of data.
(Inherited from Common.) | |
Initialize(array<Byte>[]()[][], Int32, Int32) | (Inherited from ISupportBinaryImage.) | |
State |
Gets or sets the parsing state for this IChannel object.
| |
Tag |
Gets or sets a user definable reference to an object associated with this IChannel object.
|