Click or drag to resize

FrameParserBaseTFrameIdentifierOnReceivedChannelFrame Method

Casts the parsed IChannelFrame to its specific implementation (i.e., IDataFrame, IConfigurationFrame, ICommandFrame or IHeaderFrame).

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnReceivedChannelFrame(
	IChannelFrame frame
)
View Source

Parameters

frame  IChannelFrame
IChannelFrame that was parsed by FrameImageParserBaseTTypeIdentifier, TOutputType that implements protocol specific common frame header interface.
See Also