[SerializableAttribute]
public class CommonFrameHeader : CommonHeaderBase<FrameType>,
ISerializable<SerializableAttribute>
Public Class CommonFrameHeader
Inherits CommonHeaderBase(Of FrameType)
Implements ISerializable[SerializableAttribute]
public ref class CommonFrameHeader : public CommonHeaderBase<FrameType>,
ISerializableGemstone.PhasorProtocols.SelCWS.CommonFrameHeader = function();
Type.createClass(
'Gemstone.PhasorProtocols.SelCWS.CommonFrameHeader',
CommonHeaderBase,
ISerializable);| 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. |
| 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) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| FixedLength | Total fixed length of CommonFrameHeader. |