IChannelCell Interface

Represents a protocol independent interface representation of any kind of IChannelFrame cell.

Definition

Namespace: Gemstone.PhasorProtocols
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
Implements
ISupportBinaryImage, IChannel, ISerializable

Remarks

This phasor protocol implementation defines a "cell" as a portion of a "frame", i.e., a logical unit of data. For example, a IDataCell (derived from IChannelCell) could be defined as a PMU within a frame of data, a IDataFrame, that contains multiple PMU's coming from a PDC.

Properties

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)
IDCode Gets the numeric ID code for this IChannelCell.
Parent Gets a reference to the parent IChannelFrame for this IChannelCell.
State Gets or sets the parsing state for the this ChannelCellBase.
Tag Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from IChannel)

Methods

GenerateBinaryImage(Byte[], Int32) Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ISupportBinaryImage)
GetObjectDataPopulates 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)

Extension Methods

CopyImage This is a common optimized block copy function for any kind of data.
(Defined by Common)

See Also