@ -193,6 +193,8 @@ namespace IEC61850
private const UInt16 QUALITY_OPERATOR_BLOCKED = 4096;
private const UInt16 QUALITY_DERIVED = 8192;
public ushort Value => value;
public override string ToString ()
{
return GetValidity ().ToString ();
@ -360,11 +362,6 @@ namespace IEC61850
this.value = (ushort) ((int) this.value & (~QUALITY_DERIVED));
}
public ushort GetValue()
return value;
/// <summary>