public interface ICommandCell : IChannelCell,
IChannel, ISupportBinaryImage, ISerializable
Public Interface ICommandCell
Inherits IChannelCell, IChannel, ISupportBinaryImage, ISerializable
public interface class ICommandCell : IChannelCell,
IChannel, ISupportBinaryImage, ISerializable
Gemstone.PhasorProtocols.ICommandCell = function();
Gemstone.PhasorProtocols.ICommandCell.createInterface('Gemstone.PhasorProtocols.ICommandCell');
Attributes |
Gets a DictionaryTKey, TValue of string based property names and values for this IChannel object.
(Inherited from IChannel) |
BinaryLength |
Gets the length of the binary image.
(Inherited from ISupportBinaryImage) |
ExtendedDataByte | Gets or sets extended data Byte that represents this ICommandCell. |
IDCode |
Gets the numeric ID code for this IChannelCell.
(Inherited from IChannelCell) |
Parent | Gets a reference to the parent ICommandFrame for this ICommandCell. |
State |
Gets or sets the parsing state for the this ChannelCellBase.
(Inherited from IChannelCell) |
Tag |
Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from IChannel) |
GenerateBinaryImage(Byte[], Int32) |
Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ISupportBinaryImage) |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable) Obsolete. |
ParseBinaryImage(Byte[], Int32, Int32) |
Initializes object by parsing the specified buffer containing a binary image.
(Inherited from ISupportBinaryImage) |