|
|
Revision
|
[SerializableAttribute] public enum RevisionNumber
| Member name | Value | Description |
|---|---|---|
| Revision0 | 0 | Original revision for all to June 2002, use NTP timetag (start count 1900). |
| Revision1 | 1 | July 2002 revision for std. 37.118, use UNIX timetag (start count 1970). |
| Revision2 | 2 | May 2005 revision for std. 37.118, change ChanFlag for added data types. |
The RevisionNumber type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |