|
CommonFrameHeader(ConfigurationFrame, Boolean, Boolean, Boolean, Boolean, Boolean, AngleFormat, Byte, Int32, Int32) Constructor
|
Namespace: GSF.PhasorProtocols.IEC61850_90_5Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic CommonFrameHeader(
ConfigurationFrame configurationFrame,
bool useETRConfiguration,
bool guessConfiguration,
bool parseRedundantASDUs,
bool ignoreSignatureValidationFailures,
bool ignoreSampleSizeValidationFailures,
AngleFormat angleFormat,
byte[] buffer,
int startIndex,
int length
)
Public Sub New (
configurationFrame As ConfigurationFrame,
useETRConfiguration As Boolean,
guessConfiguration As Boolean,
parseRedundantASDUs As Boolean,
ignoreSignatureValidationFailures As Boolean,
ignoreSampleSizeValidationFailures As Boolean,
angleFormat As AngleFormat,
buffer As Byte(),
startIndex As Integer,
length As Integer
)
public:
CommonFrameHeader(
ConfigurationFrame^ configurationFrame,
bool useETRConfiguration,
bool guessConfiguration,
bool parseRedundantASDUs,
bool ignoreSignatureValidationFailures,
bool ignoreSampleSizeValidationFailures,
AngleFormat angleFormat,
array<unsigned char>^ buffer,
int startIndex,
int length
)
new :
configurationFrame : ConfigurationFrame *
useETRConfiguration : bool *
guessConfiguration : bool *
parseRedundantASDUs : bool *
ignoreSignatureValidationFailures : bool *
ignoreSampleSizeValidationFailures : bool *
angleFormat : AngleFormat *
buffer : byte[] *
startIndex : int *
length : int -> CommonFrameHeader
GSF.PhasorProtocols.IEC61850_90_5.CommonFrameHeader = function(configurationFrame, useETRConfiguration, guessConfiguration, parseRedundantASDUs, ignoreSignatureValidationFailures, ignoreSampleSizeValidationFailures, angleFormat, buffer, startIndex, length);
View SourceParameters
- 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