CommonFrameHeader Class

Represents the common header for a F-NET frame of data.

Definition

Namespace: Gemstone.PhasorProtocols.FNET
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.110 -- Release Build+b26f50da8951964ebeac94cceca49a2cc8bc2c4d
public class CommonFrameHeader : CommonHeaderBase<int>
Inheritance
Object    CommonHeaderBaseInt32    CommonFrameHeader

Remarks

Because of its simplicity, all F-NET parsing is handled in the constructor of this class. Subsequently all parsed data is available as an array of strings where needed.

Constructors

CommonFrameHeader Creates a new CommonFrameHeader from given buffer.

Properties

DataElements Gets F-NET data elements parsed during construction.
ParsedLength Gets length of data parsed during construction.
State Gets or sets any additional state information that might be needed for parsing.
(Inherited from CommonHeaderBaseInt32)
TypeID Gets or sets the identifier used for identifying the Type to be parsed.
(Inherited from CommonHeaderBaseInt32)

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