Click or drag to resize

IFrameParser.ReceivedFrameBufferImage Event

Occurs when a frame buffer image has been received.

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

Value

EventHandler<EventArgs<FundamentalFrameType, Byte[], Int32, Int32>>
Remarks

Argument1 is the FundamentalFrameType of the frame buffer image that was received.
Argument2 is the buffer that contains the frame image that was received.
Argument3 is the offset into the buffer that contains the frame image that was received.
Argument4 is the length of data in the buffer that contains the frame image that was received.

Consumers should use the more efficient ReceivedFrameImage event if the buffer is not needed.

See Also