Click or drag to resize

CommonFrameHeader Properties

The CommonFrameHeader type exposes the following members.

Properties
  Name Description
Public property AsduCount Gets or sets number of ASDUs in this frame.
Public property AsduLength Gets or sets ASDU length in this frame.
Public property BinaryImage Gets the binary image of the common header portion of this frame.
Public property ConfigurationFrame Gets or sets current configuration frame.
Public property ConfigurationRevision Gets or sets configuration revision;
Public property DataLength Gets or sets the length of the data in the IEC 61850-90-5 frame (i.e., the FrameLength minus the header length and checksum: FrameLength - 8).
Public property FractionOfSecond Gets the IEC 61850-90-5 fraction of second.
Public property FrameLength Gets or sets the IEC 61850-90-5 frame length of this frame.
Public property FrameType Gets the fundamental frame type of this frame.
Public property GuessConfiguration Gets or sets flag that determines if system should try to guess at a possible configuration given payload size.
Public property IDCode Gets or sets the IEC 61850-90-5 ID code of this frame.
Public property IgnoreSampleSizeValidationFailures Gets or sets flag that determines if system should ignore sample size validation errors.
Public property IgnoreSignatureValidationFailures Gets or sets flag that determines if system should ignore checksum signature validation errors.
Public property KeyID Gets or sets key ID - lookup into table of current keys.
Public property Length Gets the IEC 61850-90-5 frame header length.
Public property MsvID Gets or sets the MSVID to be used by IEC 61850-90-5 data frames.
Public property PacketNumber Gets or sets packet number of this frame.
Public property ParseRedundantASDUs Gets or sets flag that determines if system should expose redundantly parsed ASDUs.
Public property PhasorAngleFormat Gets or sets the AngleFormat for the IPhasorDefinition objects.
Public property PublishFrame Gets or sets delegate to method used to publish new frames.
Public property SecondOfCentury Gets the IEC 61850-90-5 second of century.
Public property SecurityAlgorithm Gets or sets security algorithm used by IEC61850-90-5 data frames.
Public property SignatureAlgorithm Gets or sets signature algorithm used by IEC61850-90-5 data frames.
Public property SpduLength Gets SPDU length.
Public property State Gets or sets the parsing state for the CommonFrameHeader object.
Public property Timebase Gets or sets the IEC 61850-90-5 resolution of fractional time stamps.
Public property TimeQualityFlags Gets or sets the IEC 61850-90-5 TimeQualityFlags.
Public property TimeQualityIndicatorCode Gets or sets the IEC 61850-90-5 TimeQualityIndicatorCode.
Public property Timestamp Gets or sets timestamp of this CommonFrameHeader.
Public property TimeTag Gets time as a UnixTimeTag representing seconds of current Timestamp.
Public property TypeID Gets or sets the IEC 61850-90-5 specific frame type of this frame.
Public property UseETRConfiguration Gets or sets flag that determines if system should find associated ETR file using MSVID with same name for configuration.
Public property Version Gets or sets the IEC 61850-90-5 version of this frame.
Top
See Also