Click or drag to resize

MultiProtocolFrameParserSentCommandFrame Event

Occurs when a ICommandFrame is sent to a device.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<ICommandFrame>> SentCommandFrame
View Source

Value

EventHandlerEventArgsICommandFrame
Remarks
Argument is a reference to the ICommandFrame that was sent to the device.
See Also