|
FrameParserBaseTFrameIdentifierReceivedFrameBufferImage Event
|
Occurs when a frame image has been received, event includes buffer.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax abstract ReceivedFrameBufferImage : IEvent<EventHandler<EventArgs<FundamentalFrameType, byte[], int, int>>,
EventArgs<FundamentalFrameType, byte[], int, int>>
override ReceivedFrameBufferImage : IEvent<EventHandler<EventArgs<FundamentalFrameType, byte[], int, int>>,
EventArgs<FundamentalFrameType, byte[], int, int>>
function add_ReceivedFrameBufferImage(value);
function remove_ReceivedFrameBufferImage(value);
View SourceValue
EventHandlerEventArgsFundamentalFrameType,
Byte,
Int32,
Int32Implements
IFrameParserReceivedFrameBufferImageRemarks 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