CommonFrameHeader Class

Represents the common header for a SEL CWS frame of data.

Definition

Namespace: Gemstone.PhasorProtocols.SelCWS
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.160 -- Release Build+513330b2be7fdb9c9f4bfe60fd4f0a256321d484
Inheritance
Object    CommonHeaderBaseFrameType    CommonFrameHeader
Implements
ISerializable

Constructors

CommonFrameHeader(FrameType) Creates a new CommonFrameHeader from frameType.
CommonFrameHeader(SerializationInfo, StreamingContext) Creates a new CommonFrameHeader from serialization parameters.
CommonFrameHeader(Byte, Int32, Int32) Creates a new CommonFrameHeader from given buffer.

Properties

ChannelID Gets the channel ID associated with this SEL CWS frame.
FrameLength Gets the length of this SEL CWS frame.
FundamentalFrameType Gets the fundamental frame type of this frame.
NominalFrequency Gets the nominal LineFrequency of the SEL CWS device.
PacketCount Gets the packet count for this SEL CWS frame.
State Gets or sets any additional state information that might be needed for parsing.
(Inherited from CommonHeaderBaseFrameType)
TypeID Gets the TypeID of this SEL CWS frame.
(Overrides TypeID)

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)
GetObjectData Populates a SerializationInfo with the data needed to serialize the target 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)

Fields

FixedLength Total fixed length of CommonFrameHeader.

See Also