|
CommonFrameHeaderParseRedundantASDUs Property
|
Gets or sets flag that determines if system should expose redundantly parsed ASDUs.
Namespace: GSF.PhasorProtocols.IEC61850_90_5Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.207-beta
Syntax public bool ParseRedundantASDUs { get; set; }
Public Property ParseRedundantASDUs As Boolean
Get
Set
public:
property bool ParseRedundantASDUs {
bool get ();
void set (bool value);
}
member ParseRedundantASDUs : bool with get, set
function get_ParseRedundantASDUs();
function set_ParseRedundantASDUs(value);
View SourceProperty Value
BooleanSee Also