Represents a protocol independent interface representation of any kind of command frame that contains
a collection of ICommandCell objects.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface ICommandFrame : IChannelFrame<ICommandCell>, IChannelFrame, IChannel, ISupportBinaryImage, IFrame, IEquatable<IFrame>, IComparable<IFrame>, IComparable, ISerializable
Public Interface ICommandFrame _ Inherits IChannelFrame(Of ICommandCell), IChannelFrame, IChannel, _ ISupportBinaryImage, IFrame, IEquatable(Of IFrame), IComparable(Of IFrame), _ IComparable, ISerializable
public interface class ICommandFrame : IChannelFrame<ICommandCell^>, IChannelFrame, IChannel, ISupportBinaryImage, IFrame, IEquatable<IFrame^>, IComparable<IFrame^>, IComparable, ISerializable
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.) | |
Cells |
Gets reference to the CommandCellCollection for this ICommandFrame.
| |
Cells |
Gets the strongly-typed reference to the collection of cells for this IChannelFrame<(Of <(<'T>)>)>.
(Inherited from IChannelFrame<(Of <(<'T>)>)>.) | |
Cells |
Gets the simple reference to the collection of cells for this IChannelFrame.
(Inherited from IChannelFrame.) | |
Command |
Gets or sets DeviceCommand for this ICommandFrame.
| |
CompareTo(T) |
Compares the current object with another object of the same type.
(Inherited from IComparable<(Of <(<'IFrame>)>)>.) | |
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.) | |
CopyImage(ISupportBinaryImage, array<Byte>[]()[][], Int32%) |
This is a common optimized block copy function for any kind of data.
(Inherited from Common.) | |
Equals(T) |
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatable<(Of <(<'IFrame>)>)>.) | |
ExtendedData |
Gets or sets extended binary image data for this ICommandFrame.
| |
FrameType |
Gets the FundamentalFrameType for this IChannelFrame.
(Inherited from IChannelFrame.) | |
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.) | |
IDCode |
Gets or sets the ID code of this IChannelFrame.
(Inherited from IChannelFrame.) | |
Initialize(array<Byte>[]()[][], Int32, Int32) | (Inherited from ISupportBinaryImage.) | |
LastSortedMeasurement()()()() | (Inherited from IFrame.) | |
Measurements()()()() | (Inherited from IFrame.) | |
Published()()()() | (Inherited from IFrame.) | |
PublishedTimestamp()()()() | (Inherited from IFrame.) | |
ReceivedTimestamp()()()() | (Inherited from IFrame.) | |
SortedMeasurements()()()() | (Inherited from IFrame.) | |
State |
Gets or sets the parsing state for the this ICommandFrame.
| |
State |
Gets or sets the parsing state for this IChannelFrame<(Of <(<'T>)>)>.
(Inherited from IChannelFrame<(Of <(<'T>)>)>.) | |
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.) | |
Timestamp()()()() | (Inherited from IFrame.) | |
TimeTag |
Gets UNIX based time representation of the ticks of this IChannelFrame.
(Inherited from IChannelFrame.) |