|
ChannelFrameBaseTValidateCheckSum Property
|
Gets or sets flag that determines if frame's check-sum should be validated - this should normally be left as true.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public 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
BooleanSee Also