Click or drag to resize

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

Creates a new CommonFrameHeader from given buffer.

Namespace: GSF.PhasorProtocols.IEC61850_90_5
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public CommonFrameHeader(
	ConfigurationFrame configurationFrame,
	bool useETRConfiguration,
	bool guessConfiguration,
	bool parseRedundantASDUs,
	bool ignoreSignatureValidationFailures,
	bool ignoreSampleSizeValidationFailures,
	AngleFormat angleFormat,
	byte[] buffer,
	int startIndex,
	int length
)
View Source

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