Added ushort quality getter.

pull/217/head
Andrew Moorcroft 6 years ago
parent 4dede9b8a1
commit aa5e5fa652

@ -360,6 +360,11 @@ namespace IEC61850
this.value = (ushort) ((int) this.value & (~QUALITY_DERIVED));
}
}
public ushort GetValue()
{
return value;
}
}
/// <summary>

Loading…
Cancel
Save