FrameParserReceivedConfigurationFrame Event

Occurs when an IEEE 1344 ConfigurationFrame has been received.

Definition

Namespace: Gemstone.PhasorProtocols.IEEE1344
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.167 -- Release Build+58fd404071566d50b858170723ca955485407f2c
public event EventHandler<EventArgs<ConfigurationFrame>> ReceivedConfigurationFrame

Value

EventHandlerEventArgsConfigurationFrame

Remarks

Argument is the ConfigurationFrame that was received.

See Also