MultiProtocolFrameParserReceivedFrameBufferImage Event

Occurs when a frame buffer image has been received.

Definition

Namespace: Gemstone.PhasorProtocols
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
public event EventHandler<EventArgs<FundamentalFrameType, byte[], int, int>> ReceivedFrameBufferImage

Value

EventHandlerEventArgsFundamentalFrameType, Byte, Int32, Int32

Implements

IFrameParserReceivedFrameBufferImage

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