|
IChannelFrameParsingStateTValidateCheckSum 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.205-beta
Syntax bool ValidateCheckSum { get; set; }
Property ValidateCheckSum As Boolean
Get
Set
property bool ValidateCheckSum {
bool get ();
void set (bool value);
}
abstract ValidateCheckSum : bool with get, set
function get_ValidateCheckSum();
function set_ValidateCheckSum(value);
View SourceProperty Value
BooleanRemarks
It is expected that this will normally be left as true.
See Also