openPDC Synchrophasor Help
ChannelCellBase Class
NamespacesTVA.PhasorProtocolsChannelCellBase
Represents the common implementation of the protocol independent representation of any kind of data cell.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public abstract class ChannelCellBase : ChannelBase, 
	IChannelCell, IChannel, ISupportBinaryImage, ISerializable
<SerializableAttribute> _
Public MustInherit Class ChannelCellBase _
	Inherits ChannelBase _
	Implements IChannelCell, IChannel, ISupportBinaryImage, ISerializable
[SerializableAttribute]
public ref class ChannelCellBase abstract : public ChannelBase, 
	IChannelCell, IChannel, ISupportBinaryImage, ISerializable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ChannelCellBase(IChannelFrame, UInt16)
Creates a new ChannelCellBase from specified parameters.

ChannelCellBase(SerializationInfo, StreamingContext)
Creates a new ChannelCellBase from serialization parameters.

Attributes
Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for the ChannelCellBase object.
(Overrides ChannelBase.Attributes.)
BinaryImage()()()() (Inherited from BinaryImageBase.)
BinaryLength()()()() (Inherited from BinaryImageBase.)
BodyImage()()()() (Inherited from BinaryImageBase.)
BodyLength()()()() (Inherited from BinaryImageBase.)
CopyImage(ISupportBinaryImage, array<Byte>[]()[][], Int32%)
This is a common optimized block copy function for any kind of data.
(Inherited from Common.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.

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.

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 IChannelFrame for this ChannelCellBase.

ParseBodyImage(array<Byte>[]()[][], Int32, Int32) (Inherited from BinaryImageBase.)
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.

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.
(Overrides Object.ToString()()()().)
Remarks
This phasor protocol implementation defines a "cell" as a portion of a frame, i.e., a logical unit of data. For example, a DataCellBase (dervied from ChannelCellBase) could be defined as a PMU within a frame of data, a DataFrameBase, that contains multiple PMU's coming from a PDC.
Inheritance Hierarchy
Object
BinaryImageBase
 ChannelBase
  ChannelCellBase
   CommandCell
   ConfigurationCellBase
   DataCellBase
   HeaderCell

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0