CommonFrameHeader(ConfigurationFrame, Boolean, Boolean, Boolean, Boolean, Boolean, AngleFormat, Byte, Int32, Int32) Constructor

Creates a new CommonFrameHeader from given buffer.

Definition

Namespace: Gemstone.PhasorProtocols.IEC61850_90_5
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.170 -- Release Build+414c08a60d27e24b35cf7693c60a4ceef8f155fb
public CommonFrameHeader(
	ConfigurationFrame configurationFrame,
	bool useETRConfiguration,
	bool guessConfiguration,
	bool parseRedundantASDUs,
	bool ignoreSignatureValidationFailures,
	bool ignoreSampleSizeValidationFailures,
	AngleFormat angleFormat,
	byte[] buffer,
	int startIndex,
	int length
)

Parameters

configurationFrame  ConfigurationFrame
IEC 61850-90-5 ConfigurationFrame if already parsed.
useETRConfiguration  Boolean
Determines if system should find associated ETR file using MSVID with same name for configuration.
guessConfiguration  Boolean
Determines if system should try to guess at a possible configuration given payload size.
parseRedundantASDUs  Boolean
Determines if system should expose redundantly parsed ASDUs.
ignoreSignatureValidationFailures  Boolean
Determines if system should ignore checksum signature validation errors.
ignoreSampleSizeValidationFailures  Boolean
Determines if system should ignore sample size validation errors.
angleFormat  AngleFormat
Allows customization of the angle parsing format.
buffer  Byte
Buffer that contains data to parse.
startIndex  Int32
Start index into buffer where valid data begins.
length  Int32
Maximum length of valid data from offset.

See Also