[SerializableAttribute]
public class CommonFrameHeader : CommonHeaderBase<int>,
ISerializable
<SerializableAttribute>
Public Class CommonFrameHeader
Inherits CommonHeaderBase(Of Integer)
Implements ISerializable
[SerializableAttribute]
public ref class CommonFrameHeader : public CommonHeaderBase<int>,
ISerializable
Gemstone.PhasorProtocols.SelFastMessage.CommonFrameHeader = function();
Type.createClass(
'Gemstone.PhasorProtocols.SelFastMessage.CommonFrameHeader',
CommonHeaderBase,
ISerializable);
CommonFrameHeader(Byte, Int32) | Creates a new CommonFrameHeader from given buffer. |
CommonFrameHeader(FrameSize, Ticks) | Creates a new CommonFrameHeader from specified parameters. |
CommonFrameHeader(SerializationInfo, StreamingContext) | Creates a new CommonFrameHeader from serialization parameters. |
BinaryImage | Gets the binary image of the common header portion of this CommonFrameHeader. |
DataLength | Gets the length of the data in the SEL Fast Message frame (i.e., the FrameSize minus the HeaderLength and checksum) of this CommonFrameHeader. |
FrameSize | Gets or sets the SEL Fast Message frame size of this CommonFrameHeader. |
IDCode | Gets or sets the SEL Fast Message destination address (PMADDR setting) of this CommonFrameHeader. |
RegisterCount | Gets the SEL Fast Message register count of this CommonFrameHeader. |
SampleNumber | Gets the SEL Fast Message sample number of this CommonFrameHeader. |
SecondOfCentury | Gets the SEL Fast Message second of century of this CommonFrameHeader. |
State |
Gets or sets any additional state information that might be needed for parsing.
(Inherited from CommonHeaderBaseInt32) |
Timestamp | Gets or sets timestamp of this CommonFrameHeader. |
TimeTag | Gets the timestamp of this frame in NTP format. |
TypeID |
Gets or sets the identifier used for identifying the Type to be parsed.
(Inherited from CommonHeaderBaseInt32) |
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. |
HeaderLength | Total header length of CommonFrameHeader. |