Click or drag to resize

PhasorProtocol Enumeration

Phasor data protocols enumeration.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.282-beta
Syntax
[SerializableAttribute]
public enum PhasorProtocol
Members
Member nameValueDescription
IEEEC37_118V20 IEEE C37.118.2-2011 protocol.
IEEEC37_118V11 IEEE C37.118-2005 protocol.
IEEEC37_118D62 IEEE C37.118, draft 6 protocol.
IEEE13443 IEEE 1344-1995 protocol.
BPAPDCstream4 BPA PDCstream protocol.
FNET5 UTK F-NET protocol.
SelFastMessage6 SEL Fast Message protocol.
Macrodyne7 Macrodyne protocol.
IEC61850_90_58 IEC 61850-90-5 protocol.
SelCWS9 SEL CWS protocol.

The PhasorProtocol type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription 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)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Public Extension MethodGetFormattedProtocolName Returns display friendly protocol name.
(Defined by Common)
Top
See Also