openPDC Synchrophasor Help
ReceivedFrameBufferImage Event
NamespacesTVA.PhasorProtocolsFrameParserBase<(Of <(<'TFrameIdentifier>)>)>ReceivedFrameBufferImage
Occurs when a frame buffer image has been received.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs<FundamentalFrameType, byte[], int, int>> ReceivedFrameBufferImage
Public Event ReceivedFrameBufferImage As EventHandler(Of EventArgs(Of FundamentalFrameType, Byte(), Integer, Integer))
public:
virtual  event EventHandler<EventArgs<FundamentalFrameType, array<unsigned char>^, int, int>^>^ ReceivedFrameBufferImage {
	void add (EventHandler<EventArgs<FundamentalFrameType, array<unsigned char>^, int, int>^>^ value);
	void remove (EventHandler<EventArgs<FundamentalFrameType, array<unsigned char>^, int, int>^>^ value);
}
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..

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0