Click or drag to resize

ChannelFrameParsingStateBaseTValidateCheckSum Property

Gets or sets flag that determines if frame's check-sum should be validated.

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

Property Value

Boolean

Implements

IChannelFrameParsingStateTValidateCheckSum
Remarks
It is expected that this will normally be left as true.
See Also