|
ChannelFrameParsingStateBaseTValidateCheckSum Property
|
Gets or sets flag that determines if frame's check-sum should be validated.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic virtual bool ValidateCheckSum { get; set; }
Public Overridable Property ValidateCheckSum As Boolean
Get
Set
public:
virtual property bool ValidateCheckSum {
bool get ();
void set (bool value);
}
abstract ValidateCheckSum : bool with get, set
override ValidateCheckSum : bool with get, set
function get_ValidateCheckSum();
function set_ValidateCheckSum(value);
View SourceProperty Value
BooleanImplements
IChannelFrameParsingStateTValidateCheckSum
Remarks
It is expected that this will normally be left as true.
See Also