CommonFrameHeader(ConfigurationFrame, Boolean, Boolean, Boolean, Boolean, Boolean, AngleFormat, Byte, Int32, Int32) Constructor
Namespace: Gemstone.PhasorProtocols.IEC61850_90_5Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.171 -- Release Build+34dcb26b99b7f42a0a0ca07181cf8915c27a98d6
Gemstone.PhasorProtocols.IEC61850_90_5.CommonFrameHeader = function(configurationFrame, useETRConfiguration, guessConfiguration, parseRedundantASDUs, ignoreSignatureValidationFailures, ignoreSampleSizeValidationFailures, angleFormat, buffer, startIndex, 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.