openPDC Synchrophasor Help
OnReceivedChannelFrame Method (frame)
NamespacesTVA.PhasorProtocolsFrameParserBase<(Of <(<'TFrameIdentifier>)>)>OnReceivedChannelFrame(IChannelFrame)
Casts the parsed IChannelFrame to its specific implementation (i.e., IDataFrame, IConfigurationFrame, ICommandFrame or IHeaderFrame).
Declaration Syntax
C#Visual BasicVisual C++
protected virtual void OnReceivedChannelFrame(
	IChannelFrame frame
)
Protected Overridable Sub OnReceivedChannelFrame ( _
	frame As IChannelFrame _
)
protected:
virtual void OnReceivedChannelFrame(
	IChannelFrame^ frame
)
Parameters
frame (IChannelFrame)
IChannelFrame that was parsed by FrameImageParserBase that implements protocol specific common frame header interface.

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