Click or drag to resize

FrameParserOnReceivedChannelFrame Method

Casts the parsed IChannelFrame to its specific implementation (i.e., DataFrame, ConfigurationFrame or CommandFrame).

Namespace: GSF.PhasorProtocols.IEC61850_90_5
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected override 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