Click or drag to resize

FrameParserBaseTFrameIdentifierOnReceivedUndeterminedFrame Method

Raises the ReceivedUndeterminedFrame event.

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

Parameters

frame  IChannelFrame
IChannelFrame to send to ReceivedUndeterminedFrame event.
See Also