ChannelParsingStateBase Class

Represents the common implementation of the protocol independent parsing state class used by any kind of data.
This is the base class of all parsing state classes in the phasor protocols library; it is the root of the parsing state class hierarchy.

Definition

Namespace: Gemstone.PhasorProtocols
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
public abstract class ChannelParsingStateBase : IChannelParsingState
Inheritance
Object    ChannelParsingStateBase
Derived
Implements
IChannelParsingState

Remarks

This class is inherited by subsequent classes to provide parsing state information particular to data type needs.

Constructors

ChannelParsingStateBaseInitializes a new instance of the ChannelParsingStateBase class

Properties

ParsedBinaryLength Gets or sets the length of the associated IChannel object being parsed from the binary image.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also