Click or drag to resize

MultiProtocolFrameParserCheckSumValidationFrameTypes Property

Gets or sets flags that determine if check-sums for specified frames should be validated.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public CheckSumValidationFrameTypes CheckSumValidationFrameTypes { get; set; }
View Source

Property Value

CheckSumValidationFrameTypes

Implements

IFrameParserCheckSumValidationFrameTypes
Remarks
It is expected that this will normally be set to AllFrames.
See Also