Click or drag to resize

FrameParserOnReceivedChannelFrame Method

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

Namespace: GSF.PhasorProtocols.BPAPDCstream
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