Click or drag to resize

IFrameParserReceivedFrameImage Event

Occurs when a frame image has been received.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
event EventHandler<EventArgs<FundamentalFrameType, int>> ReceivedFrameImage
View Source

Value

EventHandlerEventArgsFundamentalFrameType, Int32
Remarks
Argument1 is the FundamentalFrameType of the frame buffer image that was received.
Argument2 is the length of the frame image that was received.
See Also