Click or drag to resize

IFrameParser.ReceivedFrameImage Event

Occurs when a frame image has been received.

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

Value

EventHandler<EventArgs<FundamentalFrameType, 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