Represents the protocol independent common implementation of an element of extended data for cells in a ICommandFrame.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class CommandCell : ChannelCellBase, ICommandCell, IChannelCell, IChannel, ISupportBinaryImage, ISerializable
<SerializableAttribute> _ Public Class CommandCell _ Inherits ChannelCellBase _ Implements ICommandCell, IChannelCell, IChannel, ISupportBinaryImage, _ ISerializable
[SerializableAttribute] public ref class CommandCell : public ChannelCellBase, ICommandCell, IChannelCell, IChannel, ISupportBinaryImage, ISerializable
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
CommandCell(ICommandFrame, Byte) |
Creates a new CommandCell from specified parameters.
| |
CommandCell(SerializationInfo, StreamingContext) |
Creates a new CommandCell from serialization parameters.
| |
Attributes | Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for the CommandCell object.
(Overrides ChannelCellBase.Attributes.) | |
BinaryImage()()()() | (Inherited from BinaryImageBase.) | |
BinaryLength()()()() | (Inherited from BinaryImageBase.) | |
BodyImage |
Gets the binary body image of the CommandCell object.
(Overrides BinaryImageBase.BodyImage()()()().) | |
BodyLength |
Gets the length of the BodyImage.
(Overrides BinaryImageBase.BodyLength()()()().) | |
CopyImage(ISupportBinaryImage, array<Byte>[]()[][], Int32%) |
This is a common optimized block copy function for any kind of data.
(Inherited from Common.) | |
Equals(Object) | (Inherited from Object.) | |
ExtendedDataByte |
Gets or sets extended data Byte that represents this CommandCell.
| |
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()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides ChannelCellBase.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
HeaderImage()()()() | (Inherited from BinaryImageBase.) | |
HeaderLength()()()() | (Inherited from BinaryImageBase.) | |
IDCode |
Gets or sets the numeric ID code for this ChannelCellBase.
(Inherited from ChannelCellBase.) | |
Initialize(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Parent |
Gets or sets a reference to the parent ICommandFrame for this CommandCell.
| |
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.) | |
State |
Gets or sets the parsing state for the this ChannelCellBase.
(Inherited from ChannelCellBase.) | |
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 ChannelCellBase.
(Inherited from ChannelCellBase.) |
Inheritance Hierarchy
Object | ||||
BinaryImageBase | ||||
ChannelBase | ||||
ChannelCellBase | ||||
CommandCell |